From 9d00bd39339ac940786232c8b581738627ae5feb Mon Sep 17 00:00:00 2001 From: Graham Wihlidal Date: Wed, 21 Nov 2018 11:26:22 +0100 Subject: [PATCH] Bump to v0.1.4 --- CHANGES.md | 4 ++++ Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 730a9f7..e27cbaa 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 diff --git a/Cargo.toml b/Cargo.toml index 20b5e34..30a4f7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spirv-reflect" -version = "0.1.3" +version = "0.1.4" authors = ["Graham Wihlidal "] description = "Reflection API in rust for SPIR-V shader byte code, intended for Vulkan applications." homepage = "https://github.com/gwihlidal/spirv-reflect-rs" diff --git a/README.md b/README.md index f51a1ef..063b17d 100644 --- a/README.md +++ b/README.md @@ -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: