From 06db845645e00f6b2593dc62fc925d7b62b25962 Mon Sep 17 00:00:00 2001 From: Ezekiel Date: Thu, 17 Oct 2024 12:20:19 -0700 Subject: [PATCH] chore(version): 0.3.8 --- CHANGELOG.md | 12 ++++++++++++ MODULE.bazel | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a65362f..958ea96 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.3.8 - 2024-10-17 +#### Features +- toggle stream + new indexed fields api (#151) - (1d79758) - Austin Kelway +#### Miscellaneous Chores +- **(deps)** update ecsact repositories (#150) - (17c4531) - renovate[bot] +- **(deps)** update dependency ecsact_runtime to v0.6.8 (#148) - (ac49d43) - renovate[bot] +- **(deps)** update dependency rules_ecsact to v0.5.6 (#147) - (c2b7394) - renovate[bot] +- improve compile commands situation in main - (dc5fdbb) - Ezekiel Warren +- sync with ecsact_common (#149) - (fe02ca1) - seaubot + +- - - + ## 0.3.7 - 2024-08-10 #### Miscellaneous Chores - refactor to use new codegen api (#146) - (fb7b0d9) - Ezekiel Warren diff --git a/MODULE.bazel b/MODULE.bazel index ad44bda..1f8fc33 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,6 +1,6 @@ module( name = "ecsact_rt_entt", - version = "0.3.7", + version = "0.3.8", compatibility_level = 3, )