Skip to content

Commit 714b6fe

Browse files
committed
chore(version): 0.4.0
1 parent 1f671ac commit 714b6fe

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
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.0 - 2024-08-09
6+
#### Features
7+
- new codegen output api (#53) - (1f671ac) - Ezekiel Warren
8+
- expose codegen headers for SDK (#52) - (9ec86f0) - Ezekiel Warren
9+
#### Miscellaneous Chores
10+
- **(deps)** update dependency ecsact_runtime to v0.6.7 (#50) - (4178d6e) - renovate[bot]
11+
- update readme logo - (cae9c5d) - Ezekiel Warren
12+
13+
- - -
14+
515
## 0.3.1 - 2024-07-02
616
#### Bug Fixes
717
- correctly wrap std::format (#49) - (cbaa826) - Ezekiel Warren

MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module(
22
name = "ecsact_codegen",
3-
version = "0.3.1",
4-
compatibility_level = 3,
3+
version = "0.4.0",
4+
compatibility_level = 4,
55
)
66

77
bazel_dep(name = "rules_cc", version = "0.0.9")

0 commit comments

Comments
 (0)