Skip to content

Commit 3fd8070

Browse files
committed
chore(version): 0.4.6
1 parent 6a6ac7e commit 3fd8070

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.6 - 2024-08-10
6+
#### Miscellaneous Chores
7+
- **(deps)** update dependency ecsact_cli to v0.3.15 (#212) - (7d900a5) - renovate[bot]
8+
- **(deps)** update dependency ecsact_cli to v0.3.14 (#211) - (c04234c) - renovate[bot]
9+
- **(deps)** update dependency rules_ecsact to v0.5.5 (#209) - (1733a5f) - renovate[bot]
10+
- **(deps)** update ecsact repositories (#208) - (81a00f4) - renovate[bot]
11+
- refactor to use new codegen api (#213) - (6a6ac7e) - Ezekiel Warren
12+
13+
- - -
14+
515
## 0.4.5 - 2024-07-02
616
#### Bug Fixes
717
- add missing return type in context.remove (#200) - (02f96d9) - 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.5",
3+
version = "0.4.6",
44
compatibility_level = 4,
55
)
66

0 commit comments

Comments
 (0)