Skip to content

Commit

Permalink
Merge pull request #753 from amethyst/release-numbers
Browse files Browse the repository at this point in the history
prepare release `0.18.0` and switch to the recommended license format…
  • Loading branch information
xMAC94x authored Jul 5, 2022
2 parents f1392fa + b221621 commit 2647443
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Unreleased

# 0.18.0 (2022-07-02)

* Increase minumum rustc version to 1.56.1 because of shred and hashbrown dependencies ([#748])

[#748]: https://github.com/amethyst/specs/pull/748

Full changelog: https://github.com/amethyst/specs/compare/v0.17.0...v0.18.0

# 0.17.0 (2021-06-08)

* Deprecate `error::NoError` in favor of `std::convert::Infallible` ([#688])
* Use `#[non_exhaustive]` for `error::Error`. Note this bumps the minimum supported rust version to 1.40 ([#688]).
* Add the `derive` feature that enables all derive-related smaller features
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.17.0"
version = "0.18.0"
description = """
Specs is an Entity-Component-System library written in Rust.
"""
Expand All @@ -10,7 +10,7 @@ homepage = "https://specs.amethyst.rs"
readme = "README.md"
keywords = ["gamedev", "ecs", "entity", "component"]
categories = ["concurrency", "game-engines"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
authors = ["slide-rs hackers"]
exclude = ["bors.toml", ".travis.yml"]
edition = "2018"
Expand Down

0 comments on commit 2647443

Please sign in to comment.