Skip to content

Commit 4a5d442

Browse files
committed
chore(version): 0.4.2
1 parent 761c150 commit 4a5d442

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
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.4.2 - 2024-10-05
6+
#### Bug Fixes
7+
- properly forward writef args - (761c150) - Ezekiel Warren
8+
#### Miscellaneous Chores
9+
- **(deps)** update dependency ecsact_runtime to v0.6.9 (#57) - (8da98d5) - renovate[bot]
10+
- **(deps)** update dependency ecsact_runtime to v0.6.8 (#55) - (1bf1e6f) - renovate[bot]
11+
- sync with ecsact_common (#56) - (9b0ff7a) - seaubot
12+
13+
- - -
14+
515
## 0.4.1 - 2024-08-09
616
#### Bug Fixes
717
- add missing includes for codegen.hh (#54) - (026e5ca) - 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_codegen",
3-
version = "0.4.1",
3+
version = "0.4.2",
44
compatibility_level = 4,
55
)
66

0 commit comments

Comments
 (0)