We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcf3385 commit d7a44e0Copy full SHA for d7a44e0
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# Level zero loader changelog
2
3
+## v1.20.2
4
+* Fix to Validation Layer Param checking of Extensions for new desc types
5
## v1.20.1
6
* Update to spec 1.12.15
7
* Update Docs for spec links and corrections
CMakeLists.txt
@@ -13,7 +13,7 @@ if(MSVC AND (MSVC_VERSION LESS 1900))
13
endif()
14
15
# This project follows semantic versioning (https://semver.org/)
16
-project(level-zero VERSION 1.20.1)
+project(level-zero VERSION 1.20.2)
17
18
include(GNUInstallDirs)
19
0 commit comments