From 157e1399ccb54cc369b81cbe98097596c7140778 Mon Sep 17 00:00:00 2001 From: Ezekiel Warren Date: Tue, 29 Oct 2024 12:41:21 -0700 Subject: [PATCH] chore(version): 0.3.10 --- CHANGELOG.md | 6 ++++++ MODULE.bazel | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4416c7..a37cd82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. - - - +## 0.3.10 - 2024-10-29 +#### Bug Fixes +- fauly logic on index of get components (#154) - (5b751ce) - Austin Kelway + +- - - + ## 0.3.9 - 2024-10-26 #### Bug Fixes - stream toggle codegen misses (#153) - (46e7c76) - Ezekiel Warren diff --git a/MODULE.bazel b/MODULE.bazel index be73a85..3fb3a9b 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,6 +1,6 @@ module( name = "ecsact_rt_entt", - version = "0.3.9", + version = "0.3.10", compatibility_level = 3, )