Skip to content

Commit fd3e224

Browse files
committed
chore(version): 0.1.8
1 parent fab6dbc commit fd3e224

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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.8 - 2024-11-08
6+
#### Bug Fixes
7+
- allow system impls to be set multiple times (#73) - (79760ff) - Ezekiel Warren
8+
#### Miscellaneous Chores
9+
- update rules_wasmer - (fab6dbc) - Ezekiel Warren
10+
11+
- - -
12+
513
## 0.1.7 - 2024-10-26
614
#### Features
715
- concurrency support (#41) - (5236dab) - 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.7",
3+
version = "0.1.8",
44
compatibility_level = 1,
55
)
66

0 commit comments

Comments
 (0)