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:
9595 security-events : write
9696 uses : ./.github/workflows/reusable_trivy.yml
9797 Compatibility :
98- # TODO: bring back when new UMF version is ready
99- if : false
10098 needs : [Build]
10199 uses : ./.github/workflows/reusable_compatibility.yml
102100 strategy :
103101 matrix :
104- tag : ["v1.0.0-rc1 "]
102+ tag : ["v1.0.0"]
105103 with :
106104 tag : ${{matrix.tag}}
Original file line number Diff line number Diff line change 99 tag :
1010 description : Check backward compatibility with this tag
1111 type : string
12- default : " v0.12.0-dev3 "
12+ default : " v1.0.0 "
1313
1414permissions :
1515 contents : read
Original file line number Diff line number Diff line change 11Mon Jul 21 2025 Łukasz Stolarczuk <
[email protected] >
22
3- * Version 1.0.0-rc3
3+ * Version 1.0.0
44
55 The Unified Memory Framework (UMF) is a library for constructing allocators and memory pools.
66 It also contains broadly useful abstractions and utilities for memory management.
You can’t perform that action at this time.
0 commit comments