We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2325a8c commit 3cd7e37Copy full SHA for 3cd7e37
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Level zero loader changelog
2
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
8
## v1.18.4
9
* Fix Backwards compatibility in ddi structs for EXP features
10
## v1.18.3
CMakeLists.txt
@@ -11,7 +11,7 @@ message(FATAL_ERROR "Visual Studio Compiler Version >= 1900 Required to build.")
11
endif()
12
13
# This project follows semantic versioning (https://semver.org/)
14
-project(level-zero VERSION 1.18.4)
+project(level-zero VERSION 1.18.5)
15
16
include(GNUInstallDirs)
17
0 commit comments