Skip to content

Commit

Permalink
Update version to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gwihlidal committed Mar 28, 2020
1 parent 5903927 commit 5d7159a
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.2.2 (2020-03-28)

* Fixed Windows bindgen regression.

## 0.2.1 (2020-03-25)

* Added `Eq`, `Hash` and further derives to enum `MemoryUsage`.
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 = "vk-mem"
version = "0.2.1"
version = "0.2.2"
authors = ["Graham Wihlidal <[email protected]>"]
description = "Rust ffi bindings and idiomatic wrapper for AMD Vulkan Memory Allocator (VMA)"
homepage = "https://github.com/gwihlidal/vk-mem-rs"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5d7159a

Please sign in to comment.