Skip to content

Commit 6d8156f

Browse files
committed
chore(version): 0.2.0
1 parent ca6513c commit 6d8156f

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
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.2.0 - 2025-01-31
6+
#### Features
7+
- use ecsact_runtime si/wasm header + recipe bundle (#84) - (a491f2f) - Ezekiel Warren
8+
#### Miscellaneous Chores
9+
- use clang-format 19 - (ca6513c) - Ezekiel Warren
10+
11+
- - -
12+
513
## 0.1.11 - 2025-01-30
614
#### Features
715
- allow si module implementation linking to be configurable (#82) - (8d1808e) - Ezekiel Warren

MODULE.bazel

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module(
22
name = "ecsact_si_wasmer",
3-
version = "0.1.11",
4-
compatibility_level = 1,
3+
version = "0.2.0",
4+
compatibility_level = 2,
55
)
66

77
bazel_dep(name = "rules_cc", version = "0.0.9")

0 commit comments

Comments
 (0)