Skip to content

Commit 935a6ac

Browse files
committed
chore(version): 0.1.11
1 parent 8d1808e commit 935a6ac

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.11 - 2025-01-30
6+
#### Features
7+
- allow si module implementation linking to be configurable (#82) - (8d1808e) - Ezekiel Warren
8+
- add FOR_EACH api macro similar to ecsact_runtime (#83) - (75cf289) - Ezekiel Warren
9+
- API defines same as ecsact_runtime modules (#81) - (e95be89) - Ezekiel Warren
10+
11+
- - -
12+
513
## 0.1.10 - 2025-01-22
614
#### Miscellaneous Chores
715
- **(deps)** update ecsact repositories (#76) - (11360f5) - renovate[bot]

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.10",
3+
version = "0.1.11",
44
compatibility_level = 1,
55
)
66

0 commit comments

Comments
 (0)