Skip to content

Commit fe66b1e

Browse files
committed
3.0.10
1 parent ccbbd51 commit fe66b1e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention.
44

5+
## [3.0.10] - 07-16-2024
6+
7+
### Fixed
8+
9+
- log downloading support for all operating systems
10+
511
## [3.0.9] - 07-11-2024
612

713
### Changed
@@ -146,6 +152,7 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
146152

147153
- switched to `pathlib` for file path parsing
148154

155+
[3.0.10]: https://github.com/A-Baji/discordAI-modelizer/compare/3.0.9...3.0.10
149156
[3.0.9]: https://github.com/A-Baji/discordAI-modelizer/compare/3.0.8...3.0.9
150157
[3.0.8]: https://github.com/A-Baji/discordAI-modelizer/compare/3.0.7...3.0.8
151158
[3.0.7]: https://github.com/A-Baji/discordAI-modelizer/compare/3.0.6...3.0.7

discordai_modelizer/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.0.9"
1+
__version__ = "3.0.10"

0 commit comments

Comments
 (0)