Skip to content

Commit 8bd259f

Browse files
committed
chore(version): 0.4.1
1 parent 4e77dbf commit 8bd259f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
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.1 - 2024-04-08
6+
#### Bug Fixes
7+
- don't use expand template on binary (#189) - (4e77dbf) - Ezekiel Warren
8+
9+
- - -
10+
511
## 0.4.0 - 2024-04-04
612
#### Miscellaneous Chores
713
- **(deps)** update dependency bazel to v7.1.1 (#183) - (425b8e5) - 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.0",
3+
version = "0.4.1",
44
compatibility_level = 4,
55
)
66

0 commit comments

Comments
 (0)