Skip to content

Commit

Permalink
Bumped version to 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gwihlidal committed Mar 26, 2019
1 parent 8b532ee commit f58678a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changes

## 0.1.6 (2019-03-25)

* Fixed AllocationCreateInfo Default implementation.
* Added windows-gnu to build.rs, and add cross-compilation information to README.md.

## 0.1.5 (2019-03-12)

* Support both ash 0.27.1 and 0 0.28.0.
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.1.5"
version = "0.1.6"
authors = ["Graham Wihlidal <graham@wihlidal.ca>"]
description = "Rust ffi bindings and idiomatic wrapper for AMD Vulkan Memory Allocator (VMA)"
homepage = "https://github.com/gwihlidal/vk-mem-rs"
Expand Down
3 changes: 2 additions & 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.1.5"
vk-mem = "0.1.6"
```

and add this to your crate root:
Expand Down Expand Up @@ -174,6 +174,7 @@ at your option.
- [Maik Klein](https://github.com/MaikKlein) (Author of ash - Vulkan rust bindings)
- [Johan Andersson](https://github.com/repi) (Contributions)
- [Patrick Minogue](https://github.com/afpatmin) (Contributions)
- [LaylConway](https://github.com/LaylConway) (Contributions)

## Contribution

Expand Down

0 comments on commit f58678a

Please sign in to comment.