Skip to content

Commit de11475

Browse files
authored
Release 0.29 (#1856)
1 parent 7442a6f commit de11475

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
Pull Request merge.
88
-->
99

10+
# Version 0.29.0 (2022-03-11)
11+
1012
- **Breaking** `Instance` creation parameters are given using `InstanceCreateInfo`.
1113
- **Breaking** `ApplicationInfo` and the `app_info_from_cargo_toml!` macro are removed, their functionality is now integrated into `InstanceCreateInfo`.
1214
- **Breaking** `Device` creation parameters are given using `DeviceCreateInfo`.

vulkano-shaders/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vulkano-shaders"
3-
version = "0.28.0"
3+
version = "0.29.0"
44
edition = "2021"
55
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>", "The vulkano contributors"]
66
repository = "https://github.com/vulkano-rs/vulkano"
@@ -20,7 +20,7 @@ proc-macro2 = "1.0"
2020
quote = "1.0"
2121
shaderc = "0.7.4"
2222
syn = { version = "1.0", features = ["full", "extra-traits"] }
23-
vulkano = { version = "0.28.0", path = "../vulkano" }
23+
vulkano = { version = "0.29.0", path = "../vulkano" }
2424

2525
[features]
2626
shaderc-build-from-source = ["shaderc/build-from-source"]

vulkano-win/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vulkano-win"
3-
version = "0.28.0"
3+
version = "0.29.0"
44
edition = "2021"
55
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>", "The vulkano contributors"]
66
repository = "https://github.com/vulkano-rs/vulkano"
@@ -18,7 +18,7 @@ raw-window-handle_ = ["raw-window-handle"]
1818

1919
[dependencies]
2020
winit = { version = "0.26", optional = true }
21-
vulkano = { version = "0.28.0", path = "../vulkano" }
21+
vulkano = { version = "0.29.0", path = "../vulkano" }
2222
raw-window-handle = { version = "0.4", optional = true }
2323

2424
[target.'cfg(target_os = "macos")'.dependencies]

vulkano/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vulkano"
3-
version = "0.28.0"
3+
version = "0.29.0"
44
edition = "2021"
55
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>", "The vulkano contributors"]
66
repository = "https://github.com/vulkano-rs/vulkano"

0 commit comments

Comments
 (0)