Skip to content

Commit

Permalink
Merge #680
Browse files Browse the repository at this point in the history
680: Meta/679/release 0 16 0 r=azriel91 a=azriel91

Prepare a release #679.

I've omitted typos / dependency bumps from the changelog where it's not public API.

Shall close that when the tag is created and the crate is published.


Co-authored-by: Azriel Hoh <azriel91@gmail.com>
  • Loading branch information
bors[bot] and azriel91 authored Feb 12, 2020
2 parents 385bbda + 491f675 commit 533c6c2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
15 changes: 11 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
# 0.16.0

* Components and resources no longer need to be `Send + Sync` if parallel feature is disabled ([#673])
* Remove the `nightly` feature ([#673])

[#672]: https://github.com/slide-rs/specs/pull/672
* Update `syn`, `quote` and `proc-macro2` to `1.0`. ([#648])
* Implement `ParJoin` for `MaybeJoin` if the inner type is `ParJoin`. ([#655])
* Remove `"nightly"` feature -- improved panic messages are available on stable. ([#671])
* Bump `shred` to `0.10.1`. ([#671], [#674])
* Components and resources no longer need to be `Send + Sync` if parallel feature is disabled ([#673], [#674])

[#648]: https://github.com/amethyst/specs/pull/648
[#655]: https://github.com/amethyst/specs/pull/655
[#671]: https://github.com/slide-rs/specs/pull/671
[#673]: https://github.com/slide-rs/specs/issues/673
[#674]: https://github.com/slide-rs/specs/pull/674

# 0.15.1

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.4.0"
version = "0.4.1"
authors = ["Eyal Kalderon <ebkalderon@gmail.com>"]
description = "Custom derive macro for Specs components"
documentation = "https://docs.rs/specs-derive"
Expand Down

0 comments on commit 533c6c2

Please sign in to comment.