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 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"