diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b7e7621..10552da5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog ## Unreleased + +## 0.9.0 - 2023-04-22 ### Changed - `resource::ContainsViews` now only requires a single generic parameter for indices. - `World::view_resources()` now only requires a single generic parameter for indices. diff --git a/Cargo.toml b/Cargo.toml index a076aa45..129db147 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "brood" -version = "0.8.2" +version = "0.9.0" authors = ["Anders Evensen"] edition = "2021" rust-version = "1.65.0"