Skip to content

Commit

Permalink
Release 0.2.1 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
LastTalon authored Jun 27, 2024
1 parent 7f3bee4 commit 2f2428a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected].0"
MatterHooks = "matter-ecs/[email protected].1"
```

## Migration
Expand Down
2 changes: 1 addition & 1 deletion docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion wally.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down

0 comments on commit 2f2428a

Please sign in to comment.