From 9d1a2b1a98c646cf6b3dcdd5ce360c25093d16f4 Mon Sep 17 00:00:00 2001 From: Ezekiel Warren Date: Fri, 31 May 2024 17:36:35 -0700 Subject: [PATCH] chore(version): 0.5.1 --- CHANGELOG.md | 6 ++++++ MODULE.bazel | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bfae4a..d8c81af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. - - - +## 0.5.1 - 2024-06-01 +#### Features +- allow string parameters (#155) - (bd27d48) - Ezekiel Warren + +- - - + ## 0.5.0 - 2024-05-23 #### Features - allow multiple 'with' fields (#153) - (bf238e3) - Ezekiel Warren diff --git a/MODULE.bazel b/MODULE.bazel index eb18687..d9da7e3 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,6 +1,6 @@ module( name = "ecsact_parse", - version = "0.5.0", + version = "0.5.1", compatibility_level = 5, )