From 40645965336d5e3d392b24c09e96f6f29cc7324f Mon Sep 17 00:00:00 2001 From: Ezekiel Warren Date: Mon, 26 Aug 2024 15:31:51 -0700 Subject: [PATCH] chore(version): 0.6.9 --- CHANGELOG.md | 8 ++++++++ MODULE.bazel | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14b9be2e..458b3ab6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. - - - +## 0.6.9 - 2024-08-26 +#### Features +- reserve error async codes for custom implementations (#260) - (83c5955) - Ezekiel Warren +#### Miscellaneous Chores +- sync with ecsact_common (#257) - (61846c4) - seaubot + +- - - + ## 0.6.8 - 2024-08-14 #### Bug Fixes - add missing 'async to FOR_EACH_ECSACT_API_FN macro (#259) - (5df4132) - Ezekiel Warren diff --git a/MODULE.bazel b/MODULE.bazel index de74f958..e8d36693 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,6 +1,6 @@ module( name = "ecsact_runtime", - version = "0.6.8", + version = "0.6.9", compatibility_level = 6, )