Skip to content

Commit 5172a58

Browse files
authored
Update Changelog for v1.26.1 (#399)
Signed-off-by: Neil R. Spruit <neil.r.spruit@intel.com>
1 parent 0488c78 commit 5172a58

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Level zero loader changelog
2+
## v1.26.1
3+
* fix: Init DDI Tables during constructor
24
## v1.26.0
35
* Refactor L0 Init to delay loading of driver libraries until flags match the drivers requested.
46
## v1.25.2

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.26.0)
16+
project(level-zero VERSION 1.26.1)
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.26.0
2-
af2b4113-ecb0-4777-b3ce-d81307ed1156
1+
1.26.1
2+
600ff616-cc9c-4f9e-b5f8-1dc04132c971

0 commit comments

Comments
 (0)