From d3dc29a6b3c74812ef485a74684264ef3b70e274 Mon Sep 17 00:00:00 2001 From: Ezekiel Warren Date: Fri, 22 Sep 2023 15:23:17 -0700 Subject: [PATCH] chore(version): 0.1.3 --- CHANGELOG.md | 9 +++++++++ MODULE.bazel | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9d075b..7f7e184 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. - - - +## 0.1.3 - 2023-09-22 +#### Miscellaneous Chores +- **(deps)** update dependency ecsact_runtime to v0.5.1 (#17) - (c0acc23) - renovate[bot] +- **(deps)** update com_grail_bazel_toolchain digest to 2733561 (#16) - (306d98c) - renovate[bot] +- **(deps)** update com_grail_bazel_toolchain digest to 885e692 (#14) - (bd46ed0) - renovate[bot] +- sync with ecsact_common (#15) - (9d7db41) - seaubot + +- - - + ## 0.1.2 - 2023-09-19 #### Bug Fixes - bad include in C++ header (#13) - (b82af78) - Ezekiel Warren diff --git a/MODULE.bazel b/MODULE.bazel index 6b5df5d..4c814b3 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,6 +1,6 @@ module( name = "ecsact_codegen", - version = "0.1.2", + version = "0.1.3", compatibility_level = 1, )