From f6f88555c5cb3433da38abcb3b95540e2279d023 Mon Sep 17 00:00:00 2001 From: Nick Gerakines <12125+ngerakines@users.noreply.github.com> Date: Sat, 09 Nov 2024 18:28:04 +0000 Subject: [PATCH] release: 0.3.0 Signed-off-by: Nick Gerakines <12125+ngerakines@users.noreply.github.com> --- CHANGELOG.md | 8 ++++++++ 1 file(s) changed, 8 insertion(s)(+), 0 deletion(s)(-) diff --git a/CHANGELOG.md b/CHANGELOG.md --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.3.0] - 2024-11-09 + +### Changed + +- Typo in cargo config + ## [0.3.0] - 2024-11-09 ### Added @@ -11,6 +17,7 @@ - Downgrading error to info - Experimental rhai scripting support - Updating example docker-compose configuration file - Setting version to 0.3.0 +- 0.3.0 ## [0.2.0] - 2024-11-07 @@ -53,6 +60,7 @@ - Updating create-release script to verify required tools exist and support hooks. - Setting version to 0.1.1 - 0.1.1 +[0.3.0]: https://github.com/astrenoxcoop/supercell/compare/0.3.0..0.3.0 [0.3.0]: https://github.com/astrenoxcoop/supercell/compare/0.2.0..0.3.0 [0.2.0]: https://github.com/astrenoxcoop/supercell/compare/0.1.2..0.2.0 [0.1.2]: https://github.com/astrenoxcoop/supercell/compare/0.1.1..0.1.2 -- tangled.sh