Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleMayes committed Apr 5, 2023
1 parent 9c12de0 commit b0347a5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [0.18.0] - UNRELEASED
## [0.18.0] - 2023-04-04

### Changed
- Changed `vk_window::create_surface` to take [separated `raw-window-handle` traits](https://github.com/KyleMayes/vulkanalia/pull/130)
Expand Down
2 changes: 1 addition & 1 deletion vulkanalia-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2018"
name = "vulkanalia-sys"
authors = ["Kyle Mayes <[email protected]>"]

version = "0.17.0"
version = "0.18.0"

readme = "../README.md"
license = "Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions vulkanalia/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2018"
name = "vulkanalia"
authors = ["Kyle Mayes <[email protected]>"]

version = "0.17.0"
version = "0.18.0"

readme = "../README.md"
license = "Apache-2.0"
Expand All @@ -27,7 +27,7 @@ window = ["raw-window-handle", "cocoa", "metal", "objc"]

libloading = { version = "0.7", optional = true }
raw-window-handle = { version = "0.5", optional = true }
vulkanalia-sys = { version = "0.17", path = "../vulkanalia-sys" }
vulkanalia-sys = { version = "0.18", path = "../vulkanalia-sys" }

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

Expand Down

0 comments on commit b0347a5

Please sign in to comment.