Skip to content

Commit

Permalink
Bump ver for release (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
FasterSpeeding committed May 9, 2024
1 parent 34b21e8 commit 6d85432
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.0] - 2024-05-09
### Added
- [alluka.local][] is now directly exported on [alluka][].
- [alluka.Context][] implementation of [alluka.abc.Context][] which is a basic
Expand Down Expand Up @@ -128,7 +129,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.2.0...HEAD
[Unreleased]: https://github.com/FasterSpeeding/Alluka/compare/v0.3.0...HEAD
[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
[0.1.5]: https://github.com/FasterSpeeding/Alluka/compare/v0.1.4...v0.1.5
[0.1.4]: https://github.com/FasterSpeeding/Alluka/compare/v0.1.3...v0.1.4
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.2.0"
version = "0.3.0"
readme = "README.md"
requires-python = ">=3.9.0,<3.13"
license = {file = "LICENSE"}
Expand Down

0 comments on commit 6d85432

Please sign in to comment.