Skip to content

Commit 157e139

Browse files
committed
chore(version): 0.3.10
1 parent 5b751ce commit 157e139

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
33

44
- - -
5+
## 0.3.10 - 2024-10-29
6+
#### Bug Fixes
7+
- fauly logic on index of get components (#154) - (5b751ce) - Austin Kelway
8+
9+
- - -
10+
511
## 0.3.9 - 2024-10-26
612
#### Bug Fixes
713
- stream toggle codegen misses (#153) - (46e7c76) - Ezekiel Warren

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module(
22
name = "ecsact_rt_entt",
3-
version = "0.3.9",
3+
version = "0.3.10",
44
compatibility_level = 3,
55
)
66

0 commit comments

Comments
 (0)