Skip to content

Commit 8b5cd9b

Browse files
committed
chore(version): 0.5.1
1 parent e3fb7d2 commit 8b5cd9b

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.5.1 - 2024-04-22
6+
#### Bug Fixes
7+
- **(bazel)** target exec for ecsact_cli tool (#47) - (e3fb7d2) - Ezekiel Warren
8+
#### Miscellaneous Chores
9+
- **(deps)** update dependency ecsact_cli to v0.3.4 (#46) - (da52101) - renovate[bot]
10+
11+
- - -
12+
513
## 0.5.0 - 2024-04-04
614
#### Features
715
- configurable ecsact build report filter (#45) - (1f8fd04) - 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.5.0",
3+
version = "0.5.1",
44
compatibility_level = 5,
55
)
66

0 commit comments

Comments
 (0)