From 66c0cf42a00d219dc6d7d8b0ca9a112670a54f87 Mon Sep 17 00:00:00 2001 From: Marijn Suijten Date: Mon, 29 May 2023 20:51:14 +0200 Subject: [PATCH] Release `ash 0.37.3` (#758) --- Changelog.md | 5 ++++- ash/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 0721844..b1baa8f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate +## [0.37.3] - 2023-05-29 + ### Changed - `VK_KHR_device_group_creation`: Replaced `device()` with `instance()` (via deprecation) because it is returning `vk::Instance` (#744) @@ -381,7 +383,8 @@ flags: vk::CommandPoolCreateFlags::RESET_COMMAND_BUFFER_BIT, - `ash::util::Align` is a helper struct that can write to aligned memory. -[Unreleased]: https://github.com/MaikKlein/ash/compare/0.37.2...HEAD +[Unreleased]: https://github.com/MaikKlein/ash/compare/0.37.3...HEAD +[0.37.3]: https://github.com/MaikKlein/ash/releases/tag/0.37.3 [0.37.2]: https://github.com/MaikKlein/ash/releases/tag/0.37.2 [0.37.1]: https://github.com/MaikKlein/ash/releases/tag/0.37.1 [0.37.0]: https://github.com/MaikKlein/ash/releases/tag/0.37.0 diff --git a/ash/Cargo.toml b/ash/Cargo.toml index 175dec6..3587c7f 100644 --- a/ash/Cargo.toml +++ b/ash/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ash" -version = "0.37.2+1.3.251" +version = "0.37.3+1.3.251" authors = [ "Maik Klein ", "Benjamin Saunders ",