Skip to content

Commit e8ab85f

Browse files
committed
chore(version): 0.4.4
1 parent d8e504f commit e8ab85f

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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.4 - 2024-06-19
6+
#### Features
7+
- support new assoc api in C++ codegen (#196) - (a1e518f) - Ezekiel Warren
8+
- remove unused meta header codegen plugin - (8d70238) - Ezekiel Warren
9+
#### Miscellaneous Chores
10+
- **(deps)** update dependency ecsact_cli to v0.3.11 (#146) - (bba404f) - renovate[bot]
11+
- remove libarchive git_override and update cli (#198) - (d8e504f) - Austin Kelway
12+
- sync with ecsact_common (#187) - (89cec22) - seaubot
13+
14+
- - -
15+
516
## 0.4.3 - 2024-05-27
617
#### Features
718
- add tail to block generation util (#195) - (0084f28) - 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_lang_cpp",
3-
version = "0.4.3",
3+
version = "0.4.4",
44
compatibility_level = 4,
55
)
66

0 commit comments

Comments
 (0)