Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleMayes committed Dec 15, 2022
1 parent 29d81d0 commit 6cea90f
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.17.0] - UNRELEASED
## [0.17.0] - 2022-12-14

### Bindings Updates
- [September 22, 2022 Vulkan 1.3.229 spec update](https://github.com/KhronosGroup/Vulkan-Docs/commit/07560427085af01aafb985bf0cffa959bf85cb8c)
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.16.0"
version = "0.17.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.16.0"
version = "0.17.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.3", optional = true }
vulkanalia-sys = { version = "0.16", path = "../vulkanalia-sys" }
vulkanalia-sys = { version = "0.17", path = "../vulkanalia-sys" }

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

Expand Down

0 comments on commit 6cea90f

Please sign in to comment.