Skip to content

Commit 9e4394a

Browse files
Release prep (#443)
1 parent 02e2e73 commit 9e4394a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
## [0.3.2] - 2024-10-07
9+
- Support Python 3.13.
10+
811
## [0.3.1] - 2024-06-24
912
### Changed
1013
* [alluka.abc.Client.auto_inject_async][] now returns a real asynchronous function
@@ -136,7 +139,8 @@ part of Tanjun.
136139
- The public `CallackDescriptor` and `TypeDescriptor` classes as callbacks
137140
are now processed within the client and any necessary caching is kept internal.
138141

139-
[Unreleased]: https://github.com/FasterSpeeding/Alluka/compare/v0.3.1...HEAD
142+
[Unreleased]: https://github.com/FasterSpeeding/Alluka/compare/v0.3.2...HEAD
143+
[0.3.2]: https://github.com/FasterSpeeding/Alluka/compare/v0.3.1...v0.3.2
140144
[0.3.1]: https://github.com/FasterSpeeding/Alluka/compare/v0.3.0...v0.3.1
141145
[0.3.0]: https://github.com/FasterSpeeding/Alluka/compare/v0.2.0...v0.3.0
142146
[0.2.0]: https://github.com/FasterSpeeding/Alluka/compare/v0.1.5...v0.2.0

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
44

55
[project]
66
name = "alluka"
7-
version = "0.3.1"
7+
version = "0.3.2"
88
readme = "README.md"
99
requires-python = ">=3.9.0,<3.14"
1010
license = {file = "LICENSE"}

0 commit comments

Comments
 (0)