Skip to content

Commit 8d90c6b

Browse files
committed
chore(version): 0.3.4
1 parent c0cbe43 commit 8d90c6b

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.4 - 2024-07-03
6+
#### Miscellaneous Chores
7+
- **(deps)** update ecsact repositories (#134) - (2f3f565) - renovate[bot]
8+
- add build recipe for rt entt to be used (#140) - (c0cbe43) - Austin Kelway
9+
10+
- - -
11+
512
## 0.3.3 - 2024-07-02
613
#### Bug Fixes
714
- generate add events not calling, parent trivial systems children systems not running (#136) - (4d596c3) - 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.3",
3+
version = "0.3.4",
44
compatibility_level = 3,
55
)
66

0 commit comments

Comments
 (0)