Skip to content

Commit

Permalink
Release ash 0.33.3 with Vulkan-Headers 1.2.191
Browse files Browse the repository at this point in the history
  • Loading branch information
MarijnS95 committed Sep 8, 2021
1 parent 19c5d45 commit 1b4c82e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased] - ReleaseDate

## [0.33.3] - 2021-09-08

### Added

- Regenerated with Vulkan-Headers 1.2.191 (#463)

## [0.33.2] - 2021-08-26

### Fixed
Expand Down Expand Up @@ -209,7 +215,11 @@ flags: vk::CommandPoolCreateFlags::RESET_COMMAND_BUFFER_BIT,
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.0]: https://github.com/MaikKlein/ash/releases/tag/0.32.0
[0.31.0]: https://github.com/MaikKlein/ash/releases/tag/0.31.0
Expand Down
2 changes: 1 addition & 1 deletion ash/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ash"
version = "0.33.2+1.2.186"
version = "0.33.3+1.2.191"
authors = ["maik klein <maikklein@googlemail.com>"]
description = "Vulkan bindings for Rust"
license = "MIT"
Expand Down

0 comments on commit 1b4c82e

Please sign in to comment.