Skip to content

Commit d7de0cc

Browse files
committed
chore(version): 0.7.0
1 parent dbce850 commit d7de0cc

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
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.7.0 - 2024-10-14
6+
#### Bug Fixes
7+
- use correct macro in async header (#265) - (dbce850) - Ezekiel Warren
8+
#### Features
9+
- remove use of variadic arguments in api due to wasm limitation (#264) - (b034c85) - Ezekiel Warren
10+
- API for streaming components (#262) - (bf7b0d9) - Austin Kelway
11+
- allow export load at runtime (#263) - (e811be1) - Ezekiel Warren
12+
13+
- - -
14+
515
## 0.6.9 - 2024-08-26
616
#### Features
717
- reserve error async codes for custom implementations (#260) - (83c5955) - Ezekiel Warren

MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module(
22
name = "ecsact_runtime",
3-
version = "0.6.9",
4-
compatibility_level = 6,
3+
version = "0.7.0",
4+
compatibility_level = 7,
55
)
66

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

0 commit comments

Comments
 (0)