From cebfd544fc609b14646892fc260911d11dac1ea0 Mon Sep 17 00:00:00 2001 From: Marijn Suijten Date: Tue, 18 Jan 2022 12:07:54 +0100 Subject: [PATCH] Release ash 0.35.1 --- Changelog.md | 5 ++++- ash/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 6448216..991479b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate +## [0.35.1] - 2022-01-18 + ### Added - Added `VK_EXT_calibrated_timestamps` device extension (#556) @@ -276,7 +278,8 @@ flags: vk::CommandPoolCreateFlags::RESET_COMMAND_BUFFER_BIT, can write to aligned memory. -[Unreleased]: https://github.com/MaikKlein/ash/compare/0.35.0...HEAD +[Unreleased]: https://github.com/MaikKlein/ash/compare/0.35.1...HEAD +[0.35.1]: https://github.com/MaikKlein/ash/releases/tag/0.35.1 [0.35.0]: https://github.com/MaikKlein/ash/releases/tag/0.35.0 [0.34.0]: https://github.com/MaikKlein/ash/releases/tag/0.34.0 [0.33.3]: https://github.com/MaikKlein/ash/releases/tag/0.33.3 diff --git a/ash/Cargo.toml b/ash/Cargo.toml index 86c827c..ba8ddac 100644 --- a/ash/Cargo.toml +++ b/ash/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ash" -version = "0.35.0+1.2.203" +version = "0.35.1+1.2.203" authors = ["maik klein "] description = "Vulkan bindings for Rust" license = "MIT"