diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a807429 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +# Changelog + +## 0.9.4 (2019-11-16) + +### Added + +* Batch dispatching. ([#147]) + +[#147]: https://github.com/amethyst/shred/pull/147 diff --git a/Cargo.toml b/Cargo.toml index b987a81..4a7fc7e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shred" -version = "0.9.3" +version = "0.9.4" authors = ["torkleyy "] description = """ Dispatches systems in parallel which need read access to some resources,