Skip to content

Commit a32770b

Browse files
committed
chore(version): 0.4.7
1 parent c51fc49 commit a32770b

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.7 - 2024-08-27
6+
#### Features
7+
- Allow explicit file name outputs vs just the extension (#216) - (c51fc49) - Austin Kelway
8+
#### Miscellaneous Chores
9+
- **(deps)** update dependency ecsact_runtime to v0.6.8 (#215) - (8dba3e8) - renovate[bot]
10+
- **(deps)** update dependency rules_ecsact to v0.5.6 (#214) - (ecbcb2c) - renovate[bot]
11+
- sync with ecsact_common (#206) - (0c53919) - seaubot
12+
13+
- - -
14+
515
## 0.4.6 - 2024-08-10
616
#### Miscellaneous Chores
717
- **(deps)** update dependency ecsact_cli to v0.3.15 (#212) - (7d900a5) - renovate[bot]

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.6",
3+
version = "0.4.7",
44
compatibility_level = 4,
55
)
66

0 commit comments

Comments
 (0)