Skip to content

Commit 4064596

Browse files
committed
chore(version): 0.6.9
1 parent 83c5955 commit 4064596

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.6.9 - 2024-08-26
6+
#### Features
7+
- reserve error async codes for custom implementations (#260) - (83c5955) - Ezekiel Warren
8+
#### Miscellaneous Chores
9+
- sync with ecsact_common (#257) - (61846c4) - seaubot
10+
11+
- - -
12+
513
## 0.6.8 - 2024-08-14
614
#### Bug Fixes
715
- add missing 'async to FOR_EACH_ECSACT_API_FN macro (#259) - (5df4132) - Ezekiel Warren

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module(
22
name = "ecsact_runtime",
3-
version = "0.6.8",
3+
version = "0.6.9",
44
compatibility_level = 6,
55
)
66

0 commit comments

Comments
 (0)