From 2ea78c160a02ad0e232fc88649e04a1da8a19552 Mon Sep 17 00:00:00 2001 From: Ezekiel Warren Date: Thu, 23 May 2024 15:59:36 -0700 Subject: [PATCH] chore(version): 0.5.0 --- CHANGELOG.md | 10 ++++++++++ MODULE.bazel | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32f42ff..4bfae4a 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.5.0 - 2024-05-23 +#### Features +- allow multiple 'with' fields (#153) - (bf238e3) - Ezekiel Warren +#### Miscellaneous Chores +- remove bazel lock file - (a7b28ab) - Ezekiel Warren +- sync with ecsact_common (#148) - (f29e01a) - seaubot +- sync with ecsact_common (#144) - (090ed5e) - seaubot + +- - - + ## 0.4.0 - 2024-04-04 #### Miscellaneous Chores - **(deps)** update dependency bazel to v7.1.1 (#143) - (4064e07) - renovate[bot] diff --git a/MODULE.bazel b/MODULE.bazel index a0d0280..eb18687 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,7 +1,7 @@ module( name = "ecsact_parse", - version = "0.4.0", - compatibility_level = 4, + version = "0.5.0", + compatibility_level = 5, ) bazel_dep(name = "rules_cc", version = "0.0.9")