Skip to content

Commit

Permalink
chore(version): 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Nov 11, 2024
1 parent 5e938b8 commit 7a10dbb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

- - -
## 0.1.9 - 2024-11-11
#### Features
- implement reset function (#74) - (5e938b8) - Ezekiel Warren

- - -

## 0.1.8 - 2024-11-08
#### Bug Fixes
- allow system impls to be set multiple times (#73) - (79760ff) - Ezekiel Warren
Expand Down
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module(
name = "ecsact_si_wasm",
version = "0.1.8",
version = "0.1.9",
compatibility_level = 1,
)

Expand Down

0 comments on commit 7a10dbb

Please sign in to comment.