Skip to content

Commit

Permalink
Bump to v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gwihlidal committed Nov 21, 2018
1 parent e78eb71 commit 9d00bd3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes

## 0.1.4 (2018-11-21)

* Fixed some name mangling issues on Windows when bindings are generated on macOS

## 0.1.3 (2018-11-21)

* Improved bindgen tooling, and also the generated bindings.rs file
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spirv-reflect"
version = "0.1.3"
version = "0.1.4"
authors = ["Graham Wihlidal <graham@wihlidal.ca>"]
description = "Reflection API in rust for SPIR-V shader byte code, intended for Vulkan applications."
homepage = "https://github.com/gwihlidal/spirv-reflect-rs"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
spirv-reflect = "0.1.3"
spirv-reflect = "0.1.4"
```

and add this to your crate root:
Expand Down

0 comments on commit 9d00bd3

Please sign in to comment.