From 57e819999a262b79bcceec47cca24f5015611ea1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Stolarczuk?= Date: Thu, 12 Sep 2024 11:23:52 +0200 Subject: [PATCH] 0.9.0 release --- ChangeLog | 17 ++++++++++++----- scripts/docs_config/conf.py | 2 +- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 78c1cc7ef..867e59f0f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,17 @@ -Thu Jul 18 2024 Łukasz Stolarczuk +Thu Sep 12 2024 Łukasz Stolarczuk - * Version 0.9.0-rc1 + * Version 0.9.0 - This is a pre-release version. When 0.9.0 will be ready (with no rc status), - it will aim to be the first complete release of the UMF project. - With this release we don't yet guarantee a fully stable API. + This release aims to be the first complete release of the UMF project. + We don't yet guarantee a fully stable API, though. + + This release contains all the features listed in the version 0.1.0 + plus, additionally: + - IPC API + - fixes in the building system + - proper versioning + - minor patches in the source code + - improved CI and docs Thu Jul 04 2024 Łukasz Stolarczuk diff --git a/scripts/docs_config/conf.py b/scripts/docs_config/conf.py index e0cf028a8..b93d7d977 100644 --- a/scripts/docs_config/conf.py +++ b/scripts/docs_config/conf.py @@ -22,7 +22,7 @@ author = "Intel" # The full version, including alpha/beta/rc tags -release = "0.9.0-rc1" +release = "0.9.0" # -- General configuration ---------------------------------------------------