Skip to content

Commit 6d85432

Browse files
Bump ver for release (#387)
1 parent 34b21e8 commit 6d85432

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ 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.0] - 2024-05-09
89
### Added
910
- [alluka.local][] is now directly exported on [alluka][].
1011
- [alluka.Context][] implementation of [alluka.abc.Context][] which is a basic
@@ -128,7 +129,8 @@ part of Tanjun.
128129
- The public `CallackDescriptor` and `TypeDescriptor` classes as callbacks
129130
are now processed within the client and any necessary caching is kept internal.
130131

131-
[Unreleased]: https://github.com/FasterSpeeding/Alluka/compare/v0.2.0...HEAD
132+
[Unreleased]: https://github.com/FasterSpeeding/Alluka/compare/v0.3.0...HEAD
133+
[0.3.0]: https://github.com/FasterSpeeding/Alluka/compare/v0.2.0...v0.3.0
132134
[0.2.0]: https://github.com/FasterSpeeding/Alluka/compare/v0.1.5...v0.2.0
133135
[0.1.5]: https://github.com/FasterSpeeding/Alluka/compare/v0.1.4...v0.1.5
134136
[0.1.4]: https://github.com/FasterSpeeding/Alluka/compare/v0.1.3...v0.1.4

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.2.0"
7+
version = "0.3.0"
88
readme = "README.md"
99
requires-python = ">=3.9.0,<3.13"
1010
license = {file = "LICENSE"}

0 commit comments

Comments
 (0)