From ee8d1cb90e73b4d25df7afc7712a9c2495fec9af Mon Sep 17 00:00:00 2001 From: Ezekiel Warren Date: Tue, 2 Jul 2024 12:19:39 -0700 Subject: [PATCH] chore(version): 0.6.7 --- CHANGELOG.md | 12 ++++++++++++ MODULE.bazel | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 045c87af..afd59bea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. - - - +## 0.6.7 - 2024-07-02 +#### Bug Fixes +- **(meta)** c++ wrapper bad container access (#252) - (2677d39) - Ezekiel Warren +#### Features +- get system caps as a list (#256) - (7122196) - Ezekiel Warren +- indexed fields multi-add api (#255) - (64b81d7) - Ezekiel Warren +#### Miscellaneous Chores +- sync with ecsact_common (#253) - (5d9f5e6) - seaubot +- sync with ecsact_common (#240) - (3de9dc1) - seaubot + +- - - + ## 0.6.6 - 2024-06-19 #### Bug Fixes - **(meta)** c++ wrapper using wrong assoc cap count (#251) - (9f29536) - Ezekiel Warren diff --git a/MODULE.bazel b/MODULE.bazel index 64886334..fd5996c9 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,6 +1,6 @@ module( name = "ecsact_runtime", - version = "0.6.6", + version = "0.6.7", compatibility_level = 6, )