Skip to content

Commit 3c938e2

Browse files
authored
Update changelog, guid, and version to 1.21.3 (#298)
Signed-off-by: Neil R. Spruit <[email protected]>
1 parent f2bec67 commit 3c938e2

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Level zero loader changelog
22

3+
## v1.21.3
4+
* Fix sorting drivers missing function pointers and add multi driver ults
5+
* Add support for SDK installer on windows
36
## v1.21.2
4-
* Fix driver sorting given driver failures and instrumentation
7+
* Fix driver sorting given driver failures and instrumentation
58
## v1.21.1
69
* Fix stype assignment in zello_world
710
* Given static Loader, allocate lib context_t always as dynamic and enable delayed destroy of context

CMakeLists.txt

+1-1
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.21.2)
16+
project(level-zero VERSION 1.21.3)
1717

1818
include(GNUInstallDirs)
1919

PRODUCT_GUID.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
1.21.2
1+
1.21.3
22
020e45ef-fe9b-45a6-958d-f5ba23f6a7ff

0 commit comments

Comments
 (0)