From c34a2100dfffad06168604ecb40dbc6e573d5a4b Mon Sep 17 00:00:00 2001 From: Ezekiel Warren Date: Sat, 30 Nov 2024 12:40:11 -0800 Subject: [PATCH] chore(version): 0.3.20 --- CHANGELOG.md | 8 ++++++++ MODULE.bazel | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac5d353..1167bcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. - - - +## 0.3.20 - 2024-11-30 +#### Features +- Add tracy option for profiling on recipes (#134) - (5554887) - Austin Kelway +#### Miscellaneous Chores +- use tracy from edr - (f9af192) - Ezekiel Warren + +- - - + ## 0.3.19 - 2024-10-15 #### Miscellaneous Chores - update ecsact_interpret - (865739f) - Ezekiel Warren diff --git a/MODULE.bazel b/MODULE.bazel index 6cf1b45..3e647b4 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,6 +1,6 @@ module( name = "ecsact_cli", - version = "0.3.19", + version = "0.3.20", compatibility_level = 3, )