diff --git a/CHANGELOG.md b/CHANGELOG.md index 41bf21a..e53a854 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.4.0](https://github.com/dreulavelle/PTT/compare/v1.3.1...v1.4.0) (2024-11-09) + + +### Features + +* add anime parser. more tweaks to handlers. ([91e6f28](https://github.com/dreulavelle/PTT/commit/91e6f288e14ec203dfa3b26c4ce21d957885b4ba)) +* add cli commands for ptt and parsett ([7580b29](https://github.com/dreulavelle/PTT/commit/7580b295c4daa27f26010763d18538b304d4becf)) + ## [1.3.1](https://github.com/dreulavelle/PTT/compare/v1.3.0...v1.3.1) (2024-09-17) diff --git a/pyproject.toml b/pyproject.toml index e44b54a..345f4a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "parsett" -version = "1.3.1" +version = "1.4.0" description = "PTT" authors = ["Dreu LaVelle "] license = "MIT"