Skip to content

Commit

Permalink
Merge #641
Browse files Browse the repository at this point in the history
641: Bump version to 0.15.1 r=torkleyy a=torkleyy



Co-authored-by: Thomas Schaller <torkleyy@gmail.com>
  • Loading branch information
bors[bot] and torkleyy authored Sep 14, 2019
2 parents 002137b + 7d355eb commit 9ffc149
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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.
"""
Expand Down

0 comments on commit 9ffc149

Please sign in to comment.