Skip to content

Commit b979fef

Browse files
committed
chore(version): 0.4.6
1 parent 1836a0b commit b979fef

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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 - 2023-10-23
6+
#### Bug Fixes
7+
- error with codegen plugin path (#33) - (d717cb1) - Ezekiel Warren
8+
#### Miscellaneous Chores
9+
- **(deps)** update dependency bazel to v6.4.0 (#32) - (1836a0b) - renovate[bot]
10+
11+
- - -
12+
513
## 0.4.5 - 2023-10-06
614
#### Bug Fixes
715
- add missing C++ runfiles for ecsact_binary (#31) - (be6a6d0) - 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 = "rules_ecsact",
3-
version = "0.4.5",
3+
version = "0.4.6",
44
compatibility_level = 4,
55
)
66

0 commit comments

Comments
 (0)