From a81078b7987729e320f80e60caa558ffbbb99444 Mon Sep 17 00:00:00 2001 From: Ezekiel Warren Date: Tue, 2 Jul 2024 12:56:50 -0700 Subject: [PATCH] chore(version): 0.1.4 --- CHANGELOG.md | 9 +++++++++ MODULE.bazel | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17e7271..9722b00 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.4 - 2024-07-02 +#### Miscellaneous Chores +- update codegen plugin interface (#140) - (ae4ba2c) - Ezekiel Warren +- sync with ecsact_common (#139) - (2c0a565) - seaubot +- sync with ecsact_common (#138) - (de320ab) - seaubot +- sync with ecsact_common (#59) - (353d7b3) - seaubot + +- - - + ## 0.1.3 - 2024-06-20 #### Miscellaneous Chores - **(deps)** update dependency ecsact_runtime to v0.6.6 (#108) - (3e99c9f) - renovate[bot] diff --git a/MODULE.bazel b/MODULE.bazel index e453d8f..9b4f1b7 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,6 +1,6 @@ module( name = "ecsact_lang_csharp", - version = "0.1.3", + version = "0.1.4", compatibility_level = 1, )