Skip to content

Commit c6ea534

Browse files
committed
chore(version): 0.4.1
1 parent 0258ea6 commit c6ea534

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.1 - 2023-09-13
6+
#### Bug Fixes
7+
- using ecasct_codegen from registry (#193) - (6d4fab2) - Ezekiel Warren
8+
#### Miscellaneous Chores
9+
- prevent failure on buildozer compatibility_level set - (0258ea6) - Ezekiel Warren
10+
- prevent failure on buildozer compatibility_level set - (1f3f342) - Ezekiel Warren
11+
- sync with ecsact_common (#191) - (0702247) - seaubot
12+
- sync with ecsact_common (#190) - (686d9f0) - seaubot
13+
14+
- - -
15+
516
## 0.4.0 - 2023-09-13
617
#### Features
718
- bzlmodify ecsact_runtime (#185) - (30a2b42) - seaubot

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_runtime",
3-
version = "0.4.0",
3+
version = "0.4.1",
44
compatibility_level = 4,
55
)
66

0 commit comments

Comments
 (0)