diff --git a/CHANGELOG.md b/CHANGELOG.md index c6a4486e..7435b0c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.1.4] - 2023-12-27 ### Added - Python 3.12 support. @@ -69,7 +70,8 @@ part of Tanjun. - The public `CallackDescriptor` and `TypeDescriptor` classes as callbacks are now processed within the client and any necessary caching is kept internal. -[Unreleased]: https://github.com/FasterSpeeding/Alluka/compare/v0.1.3...HEAD +[Unreleased]: https://github.com/FasterSpeeding/Alluka/compare/v0.1.4...HEAD +[0.1.4]: https://github.com/FasterSpeeding/Alluka/compare/v0.1.3...v0.1.4 [0.1.3]: https://github.com/FasterSpeeding/Alluka/compare/v0.1.2...v0.1.3 [0.1.2]: https://github.com/FasterSpeeding/Alluka/compare/v0.1.1...v0.1.2 [0.1.1]: https://github.com/FasterSpeeding/Alluka/compare/v0.1.0...v0.1.1 diff --git a/pyproject.toml b/pyproject.toml index e62cce67..8a321d53 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi" [project] name = "alluka" -version = "0.1.3" +version = "0.1.4" readme = "README.md" requires-python = ">=3.9.0,<3.13" license = {file = "LICENSE"}