File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -95,12 +95,10 @@ jobs:
95
95
security-events : write
96
96
uses : ./.github/workflows/reusable_trivy.yml
97
97
Compatibility :
98
- # TODO: bring back when new UMF version is ready
99
- if : false
100
98
needs : [Build]
101
99
uses : ./.github/workflows/reusable_compatibility.yml
102
100
strategy :
103
101
matrix :
104
- tag : ["v1.0.0-rc1 "]
102
+ tag : ["v1.0.0"]
105
103
with :
106
104
tag : ${{matrix.tag}}
Original file line number Diff line number Diff line change 9
9
tag :
10
10
description : Check backward compatibility with this tag
11
11
type : string
12
- default : " v0.12.0-dev3 "
12
+ default : " v1.0.0 "
13
13
14
14
permissions :
15
15
contents : read
Original file line number Diff line number Diff line change 1
1
Mon Jul 21 2025 Łukasz Stolarczuk <lukasz.stolarczuk@intel.com>
2
2
3
- * Version 1.0.0-rc3
3
+ * Version 1.0.0
4
4
5
5
The Unified Memory Framework (UMF) is a library for constructing allocators and memory pools.
6
6
It also contains broadly useful abstractions and utilities for memory management.
You can’t perform that action at this time.
0 commit comments