Skip to content

Commit

Permalink
Release 0.2.0 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
LastTalon authored Jan 12, 2024
1 parent 5a1d1e0 commit 6c9fc1d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ The format is based on [Keep a Changelog][kac], and this project adheres to

## [Unreleased]

## [0.2.0] - 2024-01-11

### Changed

- Updated to use the `matter-ecs/matter` package scope as a peer dependency.

## [0.1.0] - 2023-03-18

### Added
Expand All @@ -28,5 +34,6 @@ 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.1.0...HEAD
[unreleased]: https://github.com/matter-ecs/matter-hooks/compare/v0.2.0...HEAD
[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/matter-hooks@0.1.0"
MatterHooks = "matter-ecs/matter-hooks@0.2.0"
```

## Migration
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.1.0"
version = "0.2.0"
license = "MIT"
authors = [
"Lucas Gangstad <lucas@lasttalon.dev>",
Expand Down

0 comments on commit 6c9fc1d

Please sign in to comment.