Skip to content

Commit

Permalink
Update Changelog, bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
torkleyy committed Jan 4, 2019
1 parent b05aaf6 commit 66cd512
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 5 deletions.
27 changes: 25 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# [Unreleased]

# 0.14.2

* Add `Join`-able entries API to `Storage` ([#518])
* Several docs / meta improvements ([#526], [#527], [#528], [#530], [#531])
* Fix bug when re-killing Entity after atomic killing followed by alloc ([#533])
* Add `Storage::count` and `Storage::is_empty` ([#534])

[#518]: https://github.com/slide-rs/specs/pull/518
[#526]: https://github.com/slide-rs/specs/pull/526
[#527]: https://github.com/slide-rs/specs/pull/527
[#528]: https://github.com/slide-rs/specs/pull/528
[#530]: https://github.com/slide-rs/specs/pull/530
[#531]: https://github.com/slide-rs/specs/pull/531
[#533]: https://github.com/slide-rs/specs/pull/533
[#534]: https://github.com/slide-rs/specs/pull/534

# 0.14.1

* Allow accessing the `EntitiesRes` fetched by a `Storage` ([#515])
* Book / API doc improvements ([#496], [#507], [#511])

[#496]: https://github.com/slide-rs/specs/pull/496
[#507]: https://github.com/slide-rs/specs/pull/507
[#511]: https://github.com/slide-rs/specs/pull/511
[#515]: https://github.com/slide-rs/specs/pull/515

# 0.14.0

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 = "specs"
version = "0.14.1"
version = "0.14.2"
description = """
Specs is an Entity-Component System library written in Rust.
"""
Expand Down Expand Up @@ -55,7 +55,7 @@ criterion = "0.2"
ron = "0.4"
rand = "0.5.5"
serde_json = "1.0"
specs-derive = { path = "specs-derive", version = "0.3.0" }
specs-derive = { path = "specs-derive", version = "0.4.0" }

[[example]]
name = "async"
Expand Down
2 changes: 1 addition & 1 deletion specs-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "specs-derive"
version = "0.3.0"
version = "0.4.0"
authors = ["Eyal Kalderon <[email protected]>"]
description = "Custom derive macro for Specs components"
documentation = "https://docs.rs/specs-derive"
Expand Down

0 comments on commit 66cd512

Please sign in to comment.