Skip to content

Commit afda94f

Browse files
committed
chore(version): 0.3.9
1 parent 46e7c76 commit afda94f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.9 - 2024-10-26
6+
#### Bug Fixes
7+
- stream toggle codegen misses (#153) - (46e7c76) - Ezekiel Warren
8+
- bad codegen with multiple stream_toggle systems - (2fb568d) - Ezekiel
9+
10+
- - -
11+
512
## 0.3.8 - 2024-10-17
613
#### Features
714
- toggle stream + new indexed fields api (#151) - (1d79758) - Austin Kelway

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.8",
3+
version = "0.3.9",
44
compatibility_level = 3,
55
)
66

0 commit comments

Comments
 (0)