From dbc883ef6e6af49fc60bfdc29d04ef00aa376d17 Mon Sep 17 00:00:00 2001 From: fpacaud Date: Wed, 27 Sep 2023 12:24:06 +0200 Subject: [PATCH] [ci skip] bump version to 0.9.3 --- NEWS.md | 8 ++++++++ Project.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 4a958501..b997d8a1 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,14 @@ ExaPF release notes =================== +Version 0.9.3 (September 27th, 2023) +--------------------------------- +- Add support for SCOPF problem (#274) + +Version 0.9.2 (September 25th, 2023) +--------------------------------- +- Add support to CUDA.jl 5.* + Version 0.9.0 (April 19th, 2023) --------------------------------- - Update to KernelAbstractions 0.9 with respective API changes diff --git a/Project.toml b/Project.toml index dd0c70a7..0118dc34 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ authors = ["Adrian Maldonado ", "Michel Schanen ", "François Pacaud "] name = "ExaPF" uuid = "0cf0e50c-a82e-488f-ac7e-41ffdff1b8aa" -version = "0.9.2" +version = "0.9.3" [compat] CUDA = "4.1, 5"