Skip to content

Commit

Permalink
Release prep (#443)
Browse files Browse the repository at this point in the history
  • Loading branch information
FasterSpeeding authored Oct 7, 2024
1 parent 02e2e73 commit 9e4394a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ 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.3.2] - 2024-10-07
- Support Python 3.13.

## [0.3.1] - 2024-06-24
### Changed
* [alluka.abc.Client.auto_inject_async][] now returns a real asynchronous function
Expand Down Expand Up @@ -136,7 +139,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.3.1...HEAD
[Unreleased]: https://github.com/FasterSpeeding/Alluka/compare/v0.3.2...HEAD
[0.3.2]: https://github.com/FasterSpeeding/Alluka/compare/v0.3.1...v0.3.2
[0.3.1]: https://github.com/FasterSpeeding/Alluka/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/FasterSpeeding/Alluka/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/FasterSpeeding/Alluka/compare/v0.1.5...v0.2.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"

[project]
name = "alluka"
version = "0.3.1"
version = "0.3.2"
readme = "README.md"
requires-python = ">=3.9.0,<3.14"
license = {file = "LICENSE"}
Expand Down

0 comments on commit 9e4394a

Please sign in to comment.