From 0b7b6cc6b3e125025a23a11991726c89b5728796 Mon Sep 17 00:00:00 2001 From: Ezekiel Warren Date: Mon, 14 Oct 2024 14:19:20 -0700 Subject: [PATCH] chore(version): 0.3.18 --- CHANGELOG.md | 7 +++++++ MODULE.bazel | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c608161..2d9bfcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. - - - +## 0.3.18 - 2024-10-14 +#### Miscellaneous Chores +- **(deps)** update dependency ecsact_codegen to v0.4.2 (#131) - (477a26d) - renovate[bot] +- update ecsact deps - (fe6724c) - Ezekiel Warren + +- - - + ## 0.3.17 - 2024-09-23 #### Bug Fixes - relative recipe paths correctly resolved (#130) - (87474a3) - Ezekiel Warren diff --git a/MODULE.bazel b/MODULE.bazel index a549c65..6d86fb2 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,6 +1,6 @@ module( name = "ecsact_cli", - version = "0.3.17", + version = "0.3.18", compatibility_level = 3, )