Skip to content

Commit 1861ce9

Browse files
committed
Update to v1.30.0
Signed-off-by: Russell McGuire <russell.w.mcguire@intel.com>
1 parent 054255a commit 1861ce9

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Level zero loader changelog
2+
## v1.30.0
3+
* Remove SPDLog from project entirely
4+
* Add New custom C++ smaller Logger, to replace SPDLog
5+
* Add future Enhancements to new Logger with =2 Environs
6+
* Fix: Bug where zeInitDrivers was not enabling lifehandle trackers in validation layer
27
## v1.29.0
38
* Update to L0 Zero Spec v1.16.24: https://oneapi-src.github.io/level-zero-spec/releases/index.html#level-zero-v1-16-24
4-
* fix: CONTRIBUTING.md to correct command line for updating spec
9+
* Fix: CONTRIBUTING.md to correct command line for updating spec
510
* Add to_string support support for callbacks (#463)
611
## v1.28.6
712
* Remove level-zero* (non-Canonical) package names when building DEBs with CPack

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.29.0)
16+
project(level-zero VERSION 1.30.0)
1717
include(GNUInstallDirs)
1818

1919
find_package(Git)

PRODUCT_GUID.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
1.29.0
2-
22be7d28-d853-4d43-95c8-074d8b96fc0e
1+
1.30.0
2+
b9f3aba2-8a14-4ba1-9492-488d559b8275

0 commit comments

Comments
 (0)