diff --git a/Changelog.md b/Changelog.md index e2f8a51..f206467 100644 --- a/Changelog.md +++ b/Changelog.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate +## [0.33.2] - 2021-08-26 + +### Fixed + +- `tooling_info`: Initialize `sType`/`pNext` in `get_physical_device_tool_properties` (#465) +- Repeatedly call enumeration functions when `VK_INCOMPLETE` is returned (#465) + ## [0.33.1] - 2021-08-23 ### Fixed diff --git a/ash/Cargo.toml b/ash/Cargo.toml index 5c4cfb6..5d03f91 100644 --- a/ash/Cargo.toml +++ b/ash/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ash" -version = "0.33.1+1.2.186" +version = "0.33.2+1.2.186" authors = ["maik klein "] description = "Vulkan bindings for Rust" license = "MIT"