From ef3e316fd4ce58a7f8e2be77ea61655b4935801c Mon Sep 17 00:00:00 2001 From: Ezekiel Warren Date: Thu, 23 May 2024 16:52:25 -0700 Subject: [PATCH] chore(version): 0.6.3 --- CHANGELOG.md | 8 ++++++++ MODULE.bazel | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a3f3e38..b3ed49f9 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.3 - 2024-05-23 +#### Features +- multi field association API (#243) - (e3682e8) - Ezekiel Warren +#### Miscellaneous Chores +- sync with ecsact_common (#239) - (95ffc34) - seaubot + +- - - + ## 0.6.2 - 2024-05-17 #### Features - add 'any' component callback to cpp wrapper (#238) - (e8eadfd) - Ezekiel Warren diff --git a/MODULE.bazel b/MODULE.bazel index e13f64ec..1de7e4b3 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,6 +1,6 @@ module( name = "ecsact_runtime", - version = "0.6.2", + version = "0.6.3", compatibility_level = 6, )