From 0fa1394b8dafa73082a7f0a7ee1233f7b7996501 Mon Sep 17 00:00:00 2001 From: FasterSpeeding Date: Wed, 27 Dec 2023 22:02:03 +0000 Subject: [PATCH 1/3] Bump ver for release --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6a4486e..0a8ca612 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.3]: 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 From 7284f17acaaa7efc7eae5a2e001e5449925fde34 Mon Sep 17 00:00:00 2001 From: FasterSpeeding Date: Wed, 27 Dec 2023 22:02:25 +0000 Subject: [PATCH 2/3] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 023b9fcd..519cd776 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"} From 56215f928547aeb90eb3face28d9e9712afe05b9 Mon Sep 17 00:00:00 2001 From: FasterSpeeding Date: Wed, 27 Dec 2023 22:04:37 +0000 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a8ca612..7435b0c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -71,7 +71,7 @@ part of Tanjun. are now processed within the client and any necessary caching is kept internal. [Unreleased]: https://github.com/FasterSpeeding/Alluka/compare/v0.1.4...HEAD -[0.1.3]: https://github.com/FasterSpeeding/Alluka/compare/v0.1.3...v0.1.4 +[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