Release Vulkano 0.32.0 (#2061)

* Release Vulkano 0.32.0

* Update CHANGELOG.md

Co-authored-by: Austin Johnson <me@austinj.me>
This commit is contained in:
Rua 2022-10-31 09:09:41 +01:00 committed by GitHub
parent 6b2d21e9f5
commit 1f1c2322b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 19 additions and 9 deletions

View File

@ -7,6 +7,16 @@
Pull Request merge. Pull Request merge.
--> -->
### Public dependency updates
### Breaking changes
### Additions
### Bugs fixed
# Version 0.32.0 (2022-10-31)
### Breaking changes ### Breaking changes
Changes to queue operations: Changes to queue operations:

View File

@ -1,6 +1,6 @@
[package] [package]
name = "vulkano-shaders" name = "vulkano-shaders"
version = "0.31.0" version = "0.32.0"
edition = "2021" edition = "2021"
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>", "The vulkano contributors"] authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>", "The vulkano contributors"]
repository = "https://github.com/vulkano-rs/vulkano" repository = "https://github.com/vulkano-rs/vulkano"
@ -21,7 +21,7 @@ proc-macro2 = "1.0"
quote = "1.0" quote = "1.0"
shaderc = "0.8" shaderc = "0.8"
syn = { version = "1.0", features = ["full", "extra-traits"] } syn = { version = "1.0", features = ["full", "extra-traits"] }
vulkano = { version = "0.31.0", path = "../vulkano" } vulkano = { version = "0.32.0", path = "../vulkano" }
[features] [features]
shaderc-build-from-source = ["shaderc/build-from-source"] shaderc-build-from-source = ["shaderc/build-from-source"]

View File

@ -1,6 +1,6 @@
[package] [package]
name = "vulkano-util" name = "vulkano-util"
version = "0.31.0" version = "0.32.0"
edition = "2021" edition = "2021"
authors = ["The vulkano contributors"] authors = ["The vulkano contributors"]
repository = "https://github.com/vulkano-rs/vulkano" repository = "https://github.com/vulkano-rs/vulkano"
@ -13,6 +13,6 @@ categories = ["rendering::graphics-api"]
[dependencies] [dependencies]
ahash = "0.8" ahash = "0.8"
vulkano = { version = "0.31.0", path = "../vulkano" } vulkano = { version = "0.32.0", path = "../vulkano" }
vulkano-win = { version = "0.31.0", path = "../vulkano-win" } vulkano-win = { version = "0.32.0", path = "../vulkano-win" }
winit = { version = "0.27" } winit = { version = "0.27" }

View File

@ -1,6 +1,6 @@
[package] [package]
name = "vulkano-win" name = "vulkano-win"
version = "0.31.0" version = "0.32.0"
edition = "2021" edition = "2021"
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>", "The vulkano contributors"] authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>", "The vulkano contributors"]
repository = "https://github.com/vulkano-rs/vulkano" repository = "https://github.com/vulkano-rs/vulkano"
@ -18,9 +18,9 @@ raw-window-handle_ = ["raw-window-handle"]
[dependencies] [dependencies]
raw-window-handle = { version = "0.5", optional = true } raw-window-handle = { version = "0.5", optional = true }
vulkano = { version = "0.31.0", path = "../vulkano" } vulkano = { version = "0.32.0", path = "../vulkano" }
winit = { version = "0.27", optional = true } winit = { version = "0.27", optional = true }
[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies] [target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies]
objc = { version = "0.2.5", optional = true } objc = { version = "0.2.5", optional = true }
core-graphics-types = { version = "0.1", optional = true } core-graphics-types = { version = "0.1", optional = true }

View File

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