Skip to content

Commit

Permalink
chore(version): 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Jul 2, 2024
1 parent ab0b3c0 commit 3c8f56a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

- - -
## 0.5.3 - 2024-07-02
#### Bug Fixes
- add missing recipe data to bundle rule - (ab0b3c0) - Ezekiel Warren
- remove debug print - (459fff3) - Ezekiel Warren
#### Features
- add rules for recipe bundles (#56) - (6afde02) - Austin Kelway
- support ecsact_cli --debug flag (#54) - (6aacd8b) - Ezekiel Warren
#### Miscellaneous Chores
- **(deps)** update ecsact repositories (#55) - (a8dd8a3) - renovate[bot]
- ignore bazel lock files - (fdea8b0) - Ezekiel Warren
- add curl registry override - (0663960) - Ezekiel Warren
- add curl registry override - (7929f24) - Ezekiel Warren

- - -

## 0.5.2 - 2024-05-15
#### Features
- ecsact_binary provides CcInfo (#53) - (5de3cb1) - Ezekiel Warren
Expand Down
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module(
name = "rules_ecsact",
version = "0.5.2",
version = "0.5.3",
compatibility_level = 5,
)

Expand Down

0 comments on commit 3c8f56a

Please # to comment.