File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Level zero loader changelog
2
2
3
+ ## v1.21.3
4
+ * Fix sorting drivers missing function pointers and add multi driver ults
5
+ * Add support for SDK installer on windows
3
6
## v1.21.2
4
- * Fix driver sorting given driver failures and instrumentation
7
+ * Fix driver sorting given driver failures and instrumentation
5
8
## v1.21.1
6
9
* Fix stype assignment in zello_world
7
10
* Given static Loader, allocate lib context_t always as dynamic and enable delayed destroy of context
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ if(MSVC AND (MSVC_VERSION LESS 1900))
13
13
endif ()
14
14
15
15
# This project follows semantic versioning (https://semver.org/)
16
- project (level-zero VERSION 1.21.2 )
16
+ project (level-zero VERSION 1.21.3 )
17
17
18
18
include (GNUInstallDirs)
19
19
Original file line number Diff line number Diff line change 1
- 1.21.2
1
+ 1.21.3
2
2
020e45ef-fe9b-45a6-958d-f5ba23f6a7ff
You can’t perform that action at this time.
0 commit comments