Skip to content

Commit 1de269c

Browse files
1.0.0 release
1 parent 08ab66c commit 1de269c

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.github/workflows/pr_push.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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}}

.github/workflows/reusable_compatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
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

1414
permissions:
1515
contents: read

ChangeLog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Mon Jul 21 2025 Łukasz Stolarczuk <lukasz.stolarczuk@intel.com>
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.

0 commit comments

Comments
 (0)