Skip to content

Commit 9ffc149

Browse files
bors[bot]torkleyy
andauthored
Merge #641
641: Bump version to 0.15.1 r=torkleyy a=torkleyy Co-authored-by: Thomas Schaller <torkleyy@gmail.com>
2 parents 002137b + 7d355eb commit 9ffc149

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
1-
# Unreleased
1+
# 0.15.1
22

33
* Benchmark uses `nalgebra` instead of `cgmath`. ([#619]).
44
* 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])
57

68
[#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
712

813
# 0.15.0
914

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "specs"
3-
version = "0.15.0"
3+
version = "0.15.1"
44
description = """
55
Specs is an Entity-Component-System library written in Rust.
66
"""

0 commit comments

Comments
 (0)