From 018bc3c796026765602c810bc40b3315a3f2a92f Mon Sep 17 00:00:00 2001 From: Ezekiel Warren Date: Fri, 9 Aug 2024 10:58:24 -0700 Subject: [PATCH] chore(version): 0.5.6 --- CHANGELOG.md | 11 +++++++++++ MODULE.bazel | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ca2457..b666d44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. - - - +## 0.5.6 - 2024-08-09 +#### Features +- new ecsact_binary attr to allow unresolved imports (#62) - (ca7f1b1) - Ezekiel Warren +- recipe bundles now provide recipe info (#61) - (c6e02b5) - Ezekiel Warren +#### Miscellaneous Chores +- **(deps)** update dependency ecsact_cli to v0.3.15 (#60) - (ae1f5f0) - renovate[bot] +- **(deps)** update dependency ecsact_cli to v0.3.14 (#58) - (9f91544) - renovate[bot] +- update readme logo - (9b072b9) - Ezekiel Warren + +- - - + ## 0.5.5 - 2024-07-03 #### Bug Fixes - allow host environment variables in recipe bundle rule (#57) - (c947eb9) - Ezekiel Warren diff --git a/MODULE.bazel b/MODULE.bazel index d51b79d..4186960 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,6 +1,6 @@ module( name = "rules_ecsact", - version = "0.5.5", + version = "0.5.6", compatibility_level = 5, )