From 7d355eb57d97289356a6ff793314ad795aa5f084 Mon Sep 17 00:00:00 2001 From: Thomas Schaller Date: Sat, 14 Sep 2019 19:49:10 +0200 Subject: [PATCH] Bump version to 0.15.1 --- CHANGELOG.md | 7 ++++++- Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49ff40b27..a70f389ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,14 @@ -# Unreleased +# 0.15.1 * Benchmark uses `nalgebra` instead of `cgmath`. ([#619]). * Bumped `shrev` from `1.0` to `1.1`. ([#619]). +* Update hashbrown to 0.6.0, criterion to 0.3 ([#627], [#632]) +* Remove `mopa` in favour of `std::any::Any` ([#631]) [#619]: https://github.com/slide-rs/specs/pull/619 +[#627]: https://github.com/slide-rs/specs/pull/627 +[#631]: https://github.com/slide-rs/specs/pull/631 +[#632]: https://github.com/slide-rs/specs/pull/632 # 0.15.0 diff --git a/Cargo.toml b/Cargo.toml index 301bc130b..468102e22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "specs" -version = "0.15.0" +version = "0.15.1" description = """ Specs is an Entity-Component-System library written in Rust. """