Skip to content

Commit 23298fe

Browse files
0.9.1 release
1 parent d62a9ed commit 23298fe

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.github/workflows/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.9.0
11+
UMF_VERSION: 0.9.1
1212
BUILD_DIR : "${{github.workspace}}/build"
1313
INSTL_DIR : "${{github.workspace}}/../install-dir"
1414

ChangeLog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Tue Nov 12 2024 Łukasz Stolarczuk <lukasz.stolarczuk@intel.com>
2+
3+
* Version 0.9.1
4+
5+
This patch release contains only 3 small fixes in build system of UMF.
6+
17
Thu Sep 12 2024 Łukasz Stolarczuk <lukasz.stolarczuk@intel.com>
28

39
* Version 0.9.0

scripts/docs_config/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = "Intel"
2323

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

2727

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

0 commit comments

Comments
 (0)