Skip to content

Commit

Permalink
Bump version to 0.16.1 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
xMAC94x committed May 14, 2024
1 parent c4707d4 commit f49b903
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

## Unreleased

## 0.16.1 (2024-05-15)

* Updated `ahash` to a version that no longer has licencing issues with the `zerocopy` dependency ([#237])
* use `without_provenance_mut` which works on newer toolchains ([#236])
* update `tynm` because of the `nom` dependency ([#237])

[#236]: https://github.com/amethyst/shred/pull/236
[#237]: https://github.com/amethyst/shred/pull/237

## 0.16.0 / 0.7.0 shred-derive (2024-01-11)

* Updated `ahash` from `0.7.6` to `0.8.5`. ([#231])
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shred"
version = "0.16.0"
version = "0.16.1"
authors = ["torkleyy <[email protected]>"]
description = """
Dispatches systems in parallel which need read access to some resources,
Expand All @@ -12,7 +12,7 @@ repository = "https://github.com/amethyst/shred"
keywords = ["parallel", "systems", "resources", "ecs"]
categories = ["concurrency"]
license = "MIT OR Apache-2.0"
exclude = ["bors.toml", ".travis.yml"]
exclude = ["bors.toml"]
edition = "2021"
rust-version = "1.65.0"

Expand Down

0 comments on commit f49b903

Please sign in to comment.