Skip to content

Commit 936a125

Browse files
authored
Update changelog to v1.22.5 with debug info fix (#350)
Signed-off-by: Neil R. Spruit <neil.r.spruit@intel.com>
1 parent c34654e commit 936a125

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

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

3+
## v1.22.5
4+
* cmake/msvc: unify CRT model and add VTune-safe flags for RelWithDebInfo
5+
* Init certification checker in the Validation Layer
6+
* Fix CI to run on release branches
37
## v1.22.4
48
* Block all calls to get until after init has completed to avoid race during sorting.
59
## v1.22.3

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if(MSVC AND (MSVC_VERSION LESS 1900))
1313
endif()
1414

1515
# This project follows semantic versioning (https://semver.org/)
16-
project(level-zero VERSION 1.22.4)
16+
project(level-zero VERSION 1.22.5)
1717

1818
include(GNUInstallDirs)
1919

PRODUCT_GUID.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
1.22.4
2-
55e69860-8ae7-4f60-8ad9-728c1ed2a2e7
1+
1.22.5
2+
4810dc63-268f-4abf-b3fe-a5f98334e3d9

0 commit comments

Comments
 (0)