File tree 3 files changed +13
-3
lines changed
3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ permissions:
8
8
9
9
env :
10
10
# for installation testing - it should match with version set in CMake
11
- UMF_VERSION : 0.10.0
11
+ UMF_VERSION : 0.10.1
12
12
BUILD_DIR : " ${{github.workspace}}/build"
13
13
INSTL_DIR : " ${{github.workspace}}/../install-dir"
14
14
COVERAGE_DIR : " ${{github.workspace}}/coverage"
Original file line number Diff line number Diff line change
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
+
1
11
Mon Dec 09 2024 Łukasz Stolarczuk <
[email protected] >
2
12
3
13
* Version 0.10.0
Original file line number Diff line number Diff line change 18
18
# -- Project information -----------------------------------------------------
19
19
20
20
project = "Intel Unified Memory Framework"
21
- copyright = "2023-2024 , Intel"
21
+ copyright = "2023-2025 , Intel"
22
22
author = "Intel"
23
23
24
24
# The full version, including alpha/beta/rc tags
25
- release = "0.10.0 "
25
+ release = "0.10.1 "
26
26
27
27
28
28
# -- General configuration ---------------------------------------------------
You can’t perform that action at this time.
0 commit comments