Skip to content

Commit

Permalink
chore(version): 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Oct 14, 2024
1 parent dbce850 commit d7de0cc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

- - -
## 0.7.0 - 2024-10-14
#### Bug Fixes
- use correct macro in async header (#265) - (dbce850) - Ezekiel Warren
#### Features
- remove use of variadic arguments in api due to wasm limitation (#264) - (b034c85) - Ezekiel Warren
- API for streaming components (#262) - (bf7b0d9) - Austin Kelway
- allow export load at runtime (#263) - (e811be1) - Ezekiel Warren

- - -

## 0.6.9 - 2024-08-26
#### Features
- reserve error async codes for custom implementations (#260) - (83c5955) - Ezekiel Warren
Expand Down
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module(
name = "ecsact_runtime",
version = "0.6.9",
compatibility_level = 6,
version = "0.7.0",
compatibility_level = 7,
)

bazel_dep(name = "rules_cc", version = "0.0.9")
Expand Down

0 comments on commit d7de0cc

Please sign in to comment.