Skip to content

Commit 018bc3c

Browse files
committed
chore(version): 0.5.6
1 parent ca7f1b1 commit 018bc3c

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.5.6 - 2024-08-09
6+
#### Features
7+
- new ecsact_binary attr to allow unresolved imports (#62) - (ca7f1b1) - Ezekiel Warren
8+
- recipe bundles now provide recipe info (#61) - (c6e02b5) - Ezekiel Warren
9+
#### Miscellaneous Chores
10+
- **(deps)** update dependency ecsact_cli to v0.3.15 (#60) - (ae1f5f0) - renovate[bot]
11+
- **(deps)** update dependency ecsact_cli to v0.3.14 (#58) - (9f91544) - renovate[bot]
12+
- update readme logo - (9b072b9) - Ezekiel Warren
13+
14+
- - -
15+
516
## 0.5.5 - 2024-07-03
617
#### Bug Fixes
718
- allow host environment variables in recipe bundle rule (#57) - (c947eb9) - 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.5",
3+
version = "0.5.6",
44
compatibility_level = 5,
55
)
66

0 commit comments

Comments
 (0)