From 3cd7e3769eeba8d02600a3ecbf9d0e16305c0c29 Mon Sep 17 00:00:00 2001 From: "Neil R. Spruit" Date: Thu, 31 Oct 2024 12:24:33 -0700 Subject: [PATCH] Update Version and Changelog for v1.18.5 Signed-off-by: Neil R. Spruit --- CHANGELOG.md | 5 +++++ CMakeLists.txt | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b7a8af4..ad1cba5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Level zero loader changelog +## v1.18.5 +* Fix metric types for new experimental types +* Fix/Regenerate the Loader files incorrectly reordered by the scripts. +* Fix ABI checker build/tests +* Update workflows to ABI check with last released tag ## v1.18.4 * Fix Backwards compatibility in ddi structs for EXP features ## v1.18.3 diff --git a/CMakeLists.txt b/CMakeLists.txt index 538438bd..057f0cc6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ message(FATAL_ERROR "Visual Studio Compiler Version >= 1900 Required to build.") endif() # This project follows semantic versioning (https://semver.org/) -project(level-zero VERSION 1.18.4) +project(level-zero VERSION 1.18.5) include(GNUInstallDirs)