Skip to content

Commit 0c1c732

Browse files
committed
chore(version): 0.5.2
1 parent 5de3cb1 commit 0c1c732

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.5.2 - 2024-05-15
6+
#### Features
7+
- ecsact_binary provides CcInfo (#53) - (5de3cb1) - Ezekiel Warren
8+
9+
- - -
10+
511
## 0.5.1 - 2024-04-22
612
#### Bug Fixes
713
- **(bazel)** target exec for ecsact_cli tool (#47) - (e3fb7d2) - 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.1",
3+
version = "0.5.2",
44
compatibility_level = 5,
55
)
66

0 commit comments

Comments
 (0)