Skip to content

Commit

Permalink
0.10.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszstolarczuk committed Jan 10, 2025
1 parent eec0c91 commit 286a6d8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reusable_basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
10 changes: 10 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Fri Jan 10 2025 Łukasz Stolarczuk <lukasz.stolarczuk@intel.com>

* 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 <lukasz.stolarczuk@intel.com>

* Version 0.10.0
Expand Down
4 changes: 2 additions & 2 deletions scripts/docs_config/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
# -- Project information -----------------------------------------------------

project = "Intel Unified Memory Framework"
copyright = "2023-2024, Intel"
copyright = "2023-2025, Intel"
author = "Intel"

# The full version, including alpha/beta/rc tags
release = "0.10.0"
release = "0.10.1"


# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit 286a6d8

Please sign in to comment.