From 468f45e57507457b73a310e59319efeb8e9808e9 Mon Sep 17 00:00:00 2001 From: Ezekiel Warren Date: Mon, 27 May 2024 14:09:55 -0700 Subject: [PATCH] chore(version): 0.6.2 --- CHANGELOG.md | 9 +++++++++ MODULE.bazel | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cc915b..9040a07 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.6.2 - 2024-05-27 +#### Features +- implement new assoc api (#224) - (42ddbb7) - Ezekiel Warren +#### Miscellaneous Chores +- sync with ecsact_common (#216) - (b97c452) - seaubot +- remove bazel lock file - (31ab9de) - Ezekiel Warren + +- - - + ## 0.6.1 - 2024-05-10 #### Bug Fixes - empty api defines for bazel runtime (#220) - (0714b6c) - Ezekiel Warren diff --git a/MODULE.bazel b/MODULE.bazel index d870fea..ca62465 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,6 +1,6 @@ module( name = "ecsact_interpret", - version = "0.6.1", + version = "0.6.2", compatibility_level = 6, )