Release ash 0.33.3 with Vulkan-Headers 1.2.191

This commit is contained in:
Marijn Suijten 2021-09-08 11:31:45 +02:00
parent 19c5d453a9
commit 1b4c82e1d6
2 changed files with 12 additions and 2 deletions

View file

@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] - ReleaseDate ## [Unreleased] - ReleaseDate
## [0.33.3] - 2021-09-08
### Added
- Regenerated with Vulkan-Headers 1.2.191 (#463)
## [0.33.2] - 2021-08-26 ## [0.33.2] - 2021-08-26
### Fixed ### Fixed
@ -209,7 +215,11 @@ flags: vk::CommandPoolCreateFlags::RESET_COMMAND_BUFFER_BIT,
can write to aligned memory. can write to aligned memory.
[Unreleased]: https://github.com/MaikKlein/ash/compare/0.32.0...HEAD [Unreleased]: https://github.com/MaikKlein/ash/compare/0.33.3...HEAD
[0.33.3]: https://github.com/MaikKlein/ash/releases/tag/0.33.3
[0.33.2]: https://github.com/MaikKlein/ash/releases/tag/0.33.2
[0.33.1]: https://github.com/MaikKlein/ash/releases/tag/0.33.1
[0.33.0]: https://github.com/MaikKlein/ash/releases/tag/0.33.0
[0.32.1]: https://github.com/MaikKlein/ash/releases/tag/0.32.1 [0.32.1]: https://github.com/MaikKlein/ash/releases/tag/0.32.1
[0.32.0]: https://github.com/MaikKlein/ash/releases/tag/0.32.0 [0.32.0]: https://github.com/MaikKlein/ash/releases/tag/0.32.0
[0.31.0]: https://github.com/MaikKlein/ash/releases/tag/0.31.0 [0.31.0]: https://github.com/MaikKlein/ash/releases/tag/0.31.0

View file

@ -1,6 +1,6 @@
[package] [package]
name = "ash" name = "ash"
version = "0.33.2+1.2.186" version = "0.33.3+1.2.191"
authors = ["maik klein <maikklein@googlemail.com>"] authors = ["maik klein <maikklein@googlemail.com>"]
description = "Vulkan bindings for Rust" description = "Vulkan bindings for Rust"
license = "MIT" license = "MIT"