From fd042239eb46dee10ee752667587122a14d32c19 Mon Sep 17 00:00:00 2001 From: A-Baji Date: Mon, 1 Jul 2024 12:58:04 -0500 Subject: [PATCH] prep for release --- CHANGELOG.md | 9 +++++++++ discordai_modelizer/version.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c5d27e..1fa128f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention. +## [3.0.3] - 07-1-2024 + +### Changed + +- update env value handling +- make command help strs dynamic +- reorganize cli to allow reuse in parent + ## [3.0.2] - 06-29-2024 ### Added @@ -95,6 +103,7 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and - switched to `pathlib` for file path parsing +[3.0.3]: https://github.com/A-Baji/discordAI-modelizer/compare/3.0.2...3.0.3 [3.0.2]: https://github.com/A-Baji/discordAI-modelizer/compare/3.0.1...3.0.2 [3.0.1]: https://github.com/A-Baji/discordAI-modelizer/compare/3.0.0...3.0.1 [3.0.0]: https://github.com/A-Baji/discordAI-modelizer/compare/2.0.1...3.0.0 diff --git a/discordai_modelizer/version.py b/discordai_modelizer/version.py index 131942e..8d1c862 100644 --- a/discordai_modelizer/version.py +++ b/discordai_modelizer/version.py @@ -1 +1 @@ -__version__ = "3.0.2" +__version__ = "3.0.3"