Skip to content

Commit c0c23ad

Browse files
authored
Update ChangeLog to v1.20.5 (#279)
Signed-off-by: Neil R. Spruit <neil.r.spruit@intel.com>
1 parent 4f42647 commit c0c23ad

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
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.20.5
4+
* Add option to enable logging each API call
5+
* basic_leak_checker: add support for zeMemFreeExt
6+
* Fix to teardown check to avoid context use after destroy
37
## v1.20.4
48
* Fix stype init for property query during init
59
* Fix Init error checking to check the validation layer checks

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.20.4)
16+
project(level-zero VERSION 1.20.5)
1717

1818
include(GNUInstallDirs)
1919

0 commit comments

Comments
 (0)