From 6139ca8ffd2fab11e5ee41b700e76bcdde27fe49 Mon Sep 17 00:00:00 2001 From: Azriel Hoh Date: Thu, 13 Feb 2020 11:57:25 +1300 Subject: [PATCH 1/2] Bumped crate version to `0.6.0`. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 656a03e..a246858 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "specs-hierarchy" -version = "0.5.1" +version = "0.6.0" authors = ["Aceeri ", "Rhuagh "] repository = "https://github.com/rustgd/specs-hierarchy.git" homepage = "https://github.com/rustgd/specs-hierarchy.git" From 069fccf269972e1f7b2e87e8fb3fa5a66e9bf98b Mon Sep 17 00:00:00 2001 From: Azriel Hoh Date: Thu, 13 Feb 2020 12:03:00 +1300 Subject: [PATCH 2/2] Added `CHANGELOG.md`. --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..20eeb4b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.6.0 (2020-02-13) + +* Updated `specs` to `0.16.0`. ([#19]) +* Removed the `"nightly"` feature. ([#19]) + +[#19]: https://github.com/rustgd/specs-hierarchy/pull/19