Skip to content

Commit

Permalink
Released v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gwihlidal committed Jul 14, 2019
1 parent 3cf9345 commit 7a77a74
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changes

## 0.1.6 (2019-07-14)

* Removed inefficient Vec<AccessType> on barrier structs in favor of slice references.

## 0.1.5

* Updated to ash 0.29.

## 0.1.4

* Minor optimizations.

## 0.1.3

* Rust 2018 Edition.

## 0.1.2 (2018-11-17)

* Updated to ash 0.26
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-sync"
version = "0.1.5"
version = "0.1.6"
license = "MIT/Apache-2.0"
authors = ["Graham Wihlidal <[email protected]>"]
homepage = "https://github.com/gwihlidal/vk-sync-rs"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
vk-sync = "0.1.5"
vk-sync = "0.1.6"
```

and this to your crate root:
Expand Down

0 comments on commit 7a77a74

Please sign in to comment.