We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb9e1e0 commit ea5be99Copy full SHA for ea5be99
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# Level zero loader changelog
2
3
+## v1.15.1
4
+* Fix Windows build for Control Flow Guard Mitigation.
5
## v1.15.0
6
* Update to spec 1.8.0
7
## v1.14.0
CMakeLists.txt
@@ -12,7 +12,7 @@ endif()
12
13
# This project follows semantic versioning (https://semver.org/). Only set the
14
# major and minor version here - patch version is determined dynamically.
15
-project(level-zero VERSION 1.14)
+project(level-zero VERSION 1.15)
16
17
# Patch version corresponds to # of commits on master since last version
18
# major/minor tag (e.g., v1.0). If not building in a git repository, then get
0 commit comments