Skip to content

Commit 8be7fc2

Browse files
committed
chore(version): 0.3.6
1 parent f30e725 commit 8be7fc2

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.6 - 2024-08-09
6+
#### Bug Fixes
7+
- Let tag components call get_component, add missing export (#145) - (f30e725) - Austin Kelway
8+
#### Miscellaneous Chores
9+
- **(deps)** update dependency ecsact_cli to v0.3.15 (#144) - (c88cc16) - renovate[bot]
10+
11+
- - -
12+
513
## 0.3.5 - 2024-08-07
614
#### Bug Fixes
715
- remove duplicate recipe source files (#143) - (6307675) - 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.5",
3+
version = "0.3.6",
44
compatibility_level = 3,
55
)
66

0 commit comments

Comments
 (0)