Skip to content

Commit 9cded28

Browse files
Prepare for v0.1.2 (#125)
1 parent e3fdc50 commit 9cded28

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.1.2] - 2020-07-06
89
### Changed
910
- The optional `introspect_annotations` parameter for `alluka.Client.__init__`
1011
is now keyword only.
@@ -47,6 +48,7 @@ part of Tanjun.
4748
- The public `CallackDescriptor` and `TypeDescriptor` classes as callbacks
4849
are now processed within the client and any necessary caching is kept internal.
4950

50-
[Unreleased]: https://github.com/FasterSpeeding/Alluka/compare/v0.1.1...HEAD
51+
[Unreleased]: https://github.com/FasterSpeeding/Alluka/compare/v0.1.2...HEAD
52+
[0.1.2]: https://github.com/FasterSpeeding/Alluka/compare/v0.1.1...v0.1.2
5153
[0.1.1]: https://github.com/FasterSpeeding/Alluka/compare/v0.1.0...v0.1.1
5254
[0.1.0]: https://github.com/FasterSpeeding/Alluka/compare/ed0567142b8e11f98408735495dbc4f771dc8643...v0.1.0

alluka/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@
6969
__issue_tracker__: typing.Final[str] = "https://github.com/FasterSpeeding/Alluka/issues"
7070
__license__: typing.Final[str] = "BSD"
7171
__url__: typing.Final[str] = "https://github.com/FasterSpeeding/Alluka"
72-
__version__: typing.Final[str] = "0.1.1"
72+
__version__: typing.Final[str] = "0.1.2"

0 commit comments

Comments
 (0)