diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ee3bd0..8763b0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,13 @@ The format is based on [Keep a Changelog][kac], and this project adheres to ## [Unreleased] +## [0.2.1] - 2024-06-26 + +### Changed + +- Increased the maximum supported version of the `matter-ecs/matter` package as + a peer dependency to `<0.9.0`. + ## [0.2.0] - 2024-01-11 ### Changed @@ -34,6 +41,7 @@ The format is based on [Keep a Changelog][kac], and this project adheres to for a provided streaming ID attribute, and optionally, its descendants as they stream. -[unreleased]: https://github.com/matter-ecs/matter-hooks/compare/v0.2.0...HEAD +[unreleased]: https://github.com/matter-ecs/matter-hooks/compare/v0.2.1...HEAD +[0.2.1]: https://github.com/matter-ecs/matter-hooks/releases/tag/v0.2.1 [0.2.0]: https://github.com/matter-ecs/matter-hooks/releases/tag/v0.2.0 [0.1.0]: https://github.com/matter-ecs/matter-hooks/releases/tag/v0.1.0 diff --git a/README.md b/README.md index bb2635e..aa188b5 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Matter Hooks can be installed with [Wally] by including it as a dependency in your `wally.toml` file. ```toml -MatterHooks = "matter-ecs/matter-hooks@0.2.0" +MatterHooks = "matter-ecs/matter-hooks@0.2.1" ``` ## Migration diff --git a/docs/intro.md b/docs/intro.md index b252f27..54b5808 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -20,7 +20,7 @@ To use Matter Hooks, you need to include it as a dependency in your `wally.toml` file. Matter Hooks can then be installed with [Wally]. ```toml -MatterHooks = "lasttalon/matter-hooks@0.1.0" +MatterHooks = "lasttalon/matter-hooks@0.2.1" ``` [wally]: https://wally.run diff --git a/wally.toml b/wally.toml index e177801..4e9d32b 100644 --- a/wally.toml +++ b/wally.toml @@ -1,7 +1,7 @@ [package] name = "matter-ecs/matter-hooks" description = "A hooks library for Matter" -version = "0.2.0" +version = "0.2.1" license = "MIT" authors = [ "Lucas Gangstad ",