From dc3288b3640f0211dd5cacda4086bed42531b979 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Stolarczuk?= Date: Thu, 9 Jan 2025 11:14:08 +0100 Subject: [PATCH] v0.10.1 patch release --- .github/workflows/reusable_basic.yml | 2 +- ChangeLog | 10 ++++++++++ scripts/docs_config/conf.py | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.github/workflows/reusable_basic.yml b/.github/workflows/reusable_basic.yml index 1c13a771b1..ced48e0c72 100644 --- a/.github/workflows/reusable_basic.yml +++ b/.github/workflows/reusable_basic.yml @@ -8,7 +8,7 @@ permissions: env: # for installation testing - it should match with version set in CMake - UMF_VERSION: 0.10.0 + UMF_VERSION: 0.10.1 BUILD_DIR : "${{github.workspace}}/build" INSTL_DIR : "${{github.workspace}}/../install-dir" COVERAGE_DIR : "${{github.workspace}}/coverage" diff --git a/ChangeLog b/ChangeLog index 75b69fdeb1..7134827c66 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Thu Jan 09 2025 Łukasz Stolarczuk + + * Version 0.10.1 + + This patch release contains: + - Set symbol versions 0.10 in def/map files (#1013) + - Fix: remove incorrect assert in utils_align_ptr_up_size_down() (#977) + - Add strings with UMF version and useful CMake options (#992) + - Extended error messages, when providers are disabled (#1012) + Mon Dec 09 2024 Łukasz Stolarczuk * Version 0.10.0 diff --git a/scripts/docs_config/conf.py b/scripts/docs_config/conf.py index 28c9b5f9f8..046145562b 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.10.0" +release = "0.10.1" # -- General configuration ---------------------------------------------------