Skip to content

Commit

Permalink
Updated to version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gwihlidal committed Mar 25, 2020
1 parent e75646f commit 3958c07
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changes

## 0.2.1 (2020-03-25)

* Added `Eq`, `Hash` and further derives to enum `MemoryUsage`.
* Added `Copy` to `Allocation`.
* Updated VMA vendoring to commit hash `e73e988dafba80633cd9d8d1abb1ae1af0439bae`.
* Updated dependencies and bindings.

## 0.2.0 (2019-11-16)

* Updated VMA vendoring to commit hash `a020fb81cb67b376fb33228475f22d0d9c29f9fd`.
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.0"
version = "0.2.1"
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.0"
vk-mem = "0.2.1"
```

and add this to your crate root:
Expand Down

0 comments on commit 3958c07

Please sign in to comment.