Skip to content

Commit

Permalink
prep for 3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Baji committed Jul 9, 2024
1 parent d7d4db4 commit 282768c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion discordai_modelizer/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.0.4"
__version__ = "3.0.5"

0 comments on commit 282768c

Please sign in to comment.