Skip to content

Commit 3cd7e37

Browse files
nrspruitlisanna-dettwyler
authored andcommitted
Update Version and Changelog for v1.18.5
Signed-off-by: Neil R. Spruit <[email protected]>
1 parent 2325a8c commit 3cd7e37

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Level zero loader changelog
22

3+
## v1.18.5
4+
* Fix metric types for new experimental types
5+
* Fix/Regenerate the Loader files incorrectly reordered by the scripts.
6+
* Fix ABI checker build/tests
7+
* Update workflows to ABI check with last released tag
38
## v1.18.4
49
* Fix Backwards compatibility in ddi structs for EXP features
510
## v1.18.3

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ message(FATAL_ERROR "Visual Studio Compiler Version >= 1900 Required to build.")
1111
endif()
1212

1313
# This project follows semantic versioning (https://semver.org/)
14-
project(level-zero VERSION 1.18.4)
14+
project(level-zero VERSION 1.18.5)
1515

1616
include(GNUInstallDirs)
1717

0 commit comments

Comments
 (0)