Skip to content

Commit

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

- - -
## 0.4.4 - 2024-06-19
#### Features
- support new assoc api in C++ codegen (#196) - (a1e518f) - Ezekiel Warren
- remove unused meta header codegen plugin - (8d70238) - Ezekiel Warren
#### Miscellaneous Chores
- **(deps)** update dependency ecsact_cli to v0.3.11 (#146) - (bba404f) - renovate[bot]
- remove libarchive git_override and update cli (#198) - (d8e504f) - Austin Kelway
- sync with ecsact_common (#187) - (89cec22) - seaubot

- - -

## 0.4.3 - 2024-05-27
#### Features
- add tail to block generation util (#195) - (0084f28) - Ezekiel Warren
Expand Down
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module(
name = "ecsact_lang_cpp",
version = "0.4.3",
version = "0.4.4",
compatibility_level = 4,
)

Expand Down

0 comments on commit e8ab85f

Please # to comment.