From 4a5d4428d2b275d761dfd31611984a16b57dc0f2 Mon Sep 17 00:00:00 2001 From: Ezekiel Warren Date: Sat, 5 Oct 2024 11:13:54 -0700 Subject: [PATCH] chore(version): 0.4.2 --- CHANGELOG.md | 10 ++++++++++ MODULE.bazel | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04b6cb3..1a71117 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. - - - +## 0.4.2 - 2024-10-05 +#### Bug Fixes +- properly forward writef args - (761c150) - Ezekiel Warren +#### Miscellaneous Chores +- **(deps)** update dependency ecsact_runtime to v0.6.9 (#57) - (8da98d5) - renovate[bot] +- **(deps)** update dependency ecsact_runtime to v0.6.8 (#55) - (1bf1e6f) - renovate[bot] +- sync with ecsact_common (#56) - (9b0ff7a) - seaubot + +- - - + ## 0.4.1 - 2024-08-09 #### Bug Fixes - add missing includes for codegen.hh (#54) - (026e5ca) - Ezekiel Warren diff --git a/MODULE.bazel b/MODULE.bazel index 4abe877..70c93c3 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,6 +1,6 @@ module( name = "ecsact_codegen", - version = "0.4.1", + version = "0.4.2", compatibility_level = 4, )