Skip to content

Commit

Permalink
prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Baji committed Jul 1, 2024
1 parent 948dbe3 commit fd04223
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
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.2"
__version__ = "3.0.3"

0 comments on commit fd04223

Please sign in to comment.