Skip to content

Commit bf8fd97

Browse files
committed
chore(version): 0.3.11
1 parent a25ad82 commit bf8fd97

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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.11 - 2024-11-07
6+
#### Bug Fixes
7+
- capability safeties (#156) - (a25ad82) - Austin Kelway
8+
#### Features
9+
- Allow readonly of stream components even when toggled (#155) - (cb60b50) - Austin Kelway
10+
11+
- - -
12+
513
## 0.3.10 - 2024-10-29
614
#### Bug Fixes
715
- fauly logic on index of get components (#154) - (5b751ce) - 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.10",
3+
version = "0.3.11",
44
compatibility_level = 3,
55
)
66

0 commit comments

Comments
 (0)