From c4b9224d4556f84b2b3df74ac7e5e3ada643c1e7 Mon Sep 17 00:00:00 2001 From: serenity4 Date: Thu, 10 Mar 2022 22:35:09 +0100 Subject: [PATCH] Update to v0.6 --- CHANGELOG.md | 8 +++++--- Project.toml | 4 ++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0036093..f591d336 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,11 @@ # Changelog for Vulkan.jl -## Version `v0.5.1` +## Version `v -- The version of the Vulkan API has been updated to 1.3.207. -- All aliases are now generated to ensure backwards compatibilty with all [promotions](https://www.khronos.org/registry/vulkan/specs/1.3/html/vkspec.html#extendingvulkan-compatibility-promotion) of extensions or extension features. +## Version `v0.6` + +- ![BREAKING][badge-breaking] The version of the Vulkan API has been updated to 1.3.207. This is breaking because certain function arguments can be annotated as optional in the specification, turning them into keyword arguments in generated code. +- ![Feature][badge-feature] All aliases are now generated to ensure backwards compatibilty with all [promotions](https://www.khronos.org/registry/vulkan/specs/1.3/html/vkspec.html#extendingvulkan-compatibility-promotion) of extensions or extension features. ## Version `v0.5` diff --git a/Project.toml b/Project.toml index a325cc48..f0546058 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Vulkan" uuid = "9f14b124-c50e-4008-a7d4-969b3a6cd68a" authors = ["Cédric Belmant"] -version = "0.5.0" +version = "0.6.0" [deps] Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697" @@ -22,7 +22,7 @@ MLStyle = "0.4" Preferences = "1.2" Reexport = "1" ResultTypes = "3" -VulkanCore = "1.2" +VulkanCore = "1.3" julia = "1.7" [extras]