Publish 0.34.1

This commit is contained in:
Austin Johnson 2023-10-29 18:49:03 -05:00
parent c0d4cef817
commit 9fac29e174
No known key found for this signature in database
GPG Key ID: 4A9445243A092E39
3 changed files with 9 additions and 2 deletions

View File

@ -15,6 +15,13 @@
### Bugs fixed
# Version 0.34.1 (2023-10-29)
### Bugs fixed
- `StandardDescriptorSetAllocator` panicking due to an arithmetic overflow when arithmetic overflow checks are enabled.
- Vulkano-util still depending on the now-deprecated vulkano-win.
# Version 0.34.0 (2023-10-25)
### Public dependency updates

View File

@ -1,6 +1,6 @@
[package]
name = "vulkano-util"
version = "0.34.0"
version = "0.34.1"
edition = "2021"
authors = ["The vulkano contributors"]
repository = "https://github.com/vulkano-rs/vulkano"

View File

@ -1,6 +1,6 @@
[package]
name = "vulkano"
version = "0.34.0"
version = "0.34.1"
edition = "2021"
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>", "The vulkano contributors"]
repository = "https://github.com/vulkano-rs/vulkano"