Skip to content

Commit

Permalink
Prepare for v0.1.2 (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
FasterSpeeding authored Jul 6, 2022
1 parent e3fdc50 commit 9cded28
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.1.2] - 2020-07-06
### Changed
- The optional `introspect_annotations` parameter for `alluka.Client.__init__`
is now keyword only.
Expand Down Expand Up @@ -47,6 +48,7 @@ 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.1...HEAD
[Unreleased]: https://github.com/FasterSpeeding/Alluka/compare/v0.1.2...HEAD
[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
[0.1.0]: https://github.com/FasterSpeeding/Alluka/compare/ed0567142b8e11f98408735495dbc4f771dc8643...v0.1.0
2 changes: 1 addition & 1 deletion alluka/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@
__issue_tracker__: typing.Final[str] = "https://github.com/FasterSpeeding/Alluka/issues"
__license__: typing.Final[str] = "BSD"
__url__: typing.Final[str] = "https://github.com/FasterSpeeding/Alluka"
__version__: typing.Final[str] = "0.1.1"
__version__: typing.Final[str] = "0.1.2"

0 comments on commit 9cded28

Please sign in to comment.