Skip to content

Commit 286a6d8

Browse files
0.10.1 release
1 parent eec0c91 commit 286a6d8

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

.github/workflows/reusable_basic.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permissions:
88

99
env:
1010
# for installation testing - it should match with version set in CMake
11-
UMF_VERSION: 0.10.0
11+
UMF_VERSION: 0.10.1
1212
BUILD_DIR : "${{github.workspace}}/build"
1313
INSTL_DIR : "${{github.workspace}}/../install-dir"
1414
COVERAGE_DIR : "${{github.workspace}}/coverage"

ChangeLog

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
Fri Jan 10 2025 Łukasz Stolarczuk <[email protected]>
2+
3+
* Version 0.10.1
4+
5+
This patch release contains:
6+
- Set symbol versions 0.10 in def/map files (#1013)
7+
- Fix: remove incorrect assert in utils_align_ptr_up_size_down() (#977)
8+
- Add strings with UMF version and useful CMake options (#992)
9+
- Extended error messages, when providers are disabled (#1012)
10+
111
Mon Dec 09 2024 Łukasz Stolarczuk <[email protected]>
212

313
* Version 0.10.0

scripts/docs_config/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
# -- Project information -----------------------------------------------------
1919

2020
project = "Intel Unified Memory Framework"
21-
copyright = "2023-2024, Intel"
21+
copyright = "2023-2025, Intel"
2222
author = "Intel"
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = "0.10.0"
25+
release = "0.10.1"
2626

2727

2828
# -- General configuration ---------------------------------------------------

0 commit comments

Comments
 (0)