We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 002137b + 7d355eb commit 9ffc149Copy full SHA for 9ffc149
CHANGELOG.md
@@ -1,9 +1,14 @@
1
-# Unreleased
+# 0.15.1
2
3
* Benchmark uses `nalgebra` instead of `cgmath`. ([#619]).
4
* Bumped `shrev` from `1.0` to `1.1`. ([#619]).
5
+* Update hashbrown to 0.6.0, criterion to 0.3 ([#627], [#632])
6
+* Remove `mopa` in favour of `std::any::Any` ([#631])
7
8
[#619]: https://github.com/slide-rs/specs/pull/619
9
+[#627]: https://github.com/slide-rs/specs/pull/627
10
+[#631]: https://github.com/slide-rs/specs/pull/631
11
+[#632]: https://github.com/slide-rs/specs/pull/632
12
13
# 0.15.0
14
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.
"""
0 commit comments