From 282768cceab63309ad4b26030aa08e33d6d86bc6 Mon Sep 17 00:00:00 2001 From: A-Baji Date: Tue, 9 Jul 2024 14:58:37 -0500 Subject: [PATCH] prep for 3.0.5 --- CHANGELOG.md | 12 ++++++++++++ discordai_modelizer/version.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fecb09..c00f53b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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.5] - 07-9-2024 + +### Added + +- `--force` arg to model deletion +- error handling for when user was not found in logs + +### Changed + +- Include `tests/` within the package to allow reuse in parent package + ## [3.0.4] - 07-1-2024 ### Removed @@ -109,6 +120,7 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and - switched to `pathlib` for file path parsing +[3.0.5]: https://github.com/A-Baji/discordAI-modelizer/compare/3.0.4...3.0.5 [3.0.4]: https://github.com/A-Baji/discordAI-modelizer/compare/3.0.3...3.0.4 [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 diff --git a/discordai_modelizer/version.py b/discordai_modelizer/version.py index 8e10cb4..e94f36f 100644 --- a/discordai_modelizer/version.py +++ b/discordai_modelizer/version.py @@ -1 +1 @@ -__version__ = "3.0.4" +__version__ = "3.0.5"