Skip to content

Commit 7a10dbb

Browse files
committed
chore(version): 0.1.9
1 parent 5e938b8 commit 7a10dbb

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
33

44
- - -
5+
## 0.1.9 - 2024-11-11
6+
#### Features
7+
- implement reset function (#74) - (5e938b8) - Ezekiel Warren
8+
9+
- - -
10+
511
## 0.1.8 - 2024-11-08
612
#### Bug Fixes
713
- allow system impls to be set multiple times (#73) - (79760ff) - Ezekiel Warren

MODULE.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module(
22
name = "ecsact_si_wasm",
3-
version = "0.1.8",
3+
version = "0.1.9",
44
compatibility_level = 1,
55
)
66

0 commit comments

Comments
 (0)