diff --git a/CHANGES.md b/CHANGES.md index 7943da6..132668d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # Changes +## 0.2.2 (2020-03-28) + +* Fixed Windows bindgen regression. + ## 0.2.1 (2020-03-25) * Added `Eq`, `Hash` and further derives to enum `MemoryUsage`. diff --git a/Cargo.toml b/Cargo.toml index da46b37..f6f69e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vk-mem" -version = "0.2.1" +version = "0.2.2" authors = ["Graham Wihlidal "] description = "Rust ffi bindings and idiomatic wrapper for AMD Vulkan Memory Allocator (VMA)" homepage = "https://github.com/gwihlidal/vk-mem-rs" diff --git a/README.md b/README.md index ce4bce2..4dd4152 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ Add this to your `Cargo.toml`: ```toml [dependencies] -vk-mem = "0.2.1" +vk-mem = "0.2.2" ``` and add this to your crate root: