Skip to content

Commit

Permalink
chore(version): 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Aug 9, 2024
1 parent 1f671ac commit 714b6fe
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

- - -
## 0.4.0 - 2024-08-09
#### Features
- new codegen output api (#53) - (1f671ac) - Ezekiel Warren
- expose codegen headers for SDK (#52) - (9ec86f0) - Ezekiel Warren
#### Miscellaneous Chores
- **(deps)** update dependency ecsact_runtime to v0.6.7 (#50) - (4178d6e) - renovate[bot]
- update readme logo - (cae9c5d) - Ezekiel Warren

- - -

## 0.3.1 - 2024-07-02
#### Bug Fixes
- correctly wrap std::format (#49) - (cbaa826) - Ezekiel Warren
Expand Down
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module(
name = "ecsact_codegen",
version = "0.3.1",
compatibility_level = 3,
version = "0.4.0",
compatibility_level = 4,
)

bazel_dep(name = "rules_cc", version = "0.0.9")
Expand Down

0 comments on commit 714b6fe

Please sign in to comment.