Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
FasterSpeeding authored Aug 27, 2022
1 parent b11aafb commit 7640539
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ 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]

## [1.0.3a1]
### Changed
- Bumped the minimum hikari version to 2.0.0.dev110

Expand Down Expand Up @@ -71,7 +73,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `window_size` parameter from `RedisClient.clear_*` methods as these are no-longer
chunked.

[Unreleased]: https://github.com/FasterSpeeding/Sake/compare/v1.0.2a1...HEAD
[Unreleased]: https://github.com/FasterSpeeding/Sake/compare/v1.0.3a1...HEAD
[1.0.3a1]: https://github.com/FasterSpeeding/Sake/compare/v1.0.2a1...v1.0.3a1
[1.0.2a1]: https://github.com/FasterSpeeding/Sake/compare/v1.0.1a1...v1.0.2a1
[1.0.1a1]: https://github.com/FasterSpeeding/Sake/compare/v1.0.0a1...v1.0.1a1
[1.0.0a1]: https://github.com/FasterSpeeding/Sake/compare/0.0.1...v1.0.0a1
2 changes: 1 addition & 1 deletion sake/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@
__issue_tracker__: typing.Final[str] = "https://github.com/FasterSpeeding/Sake/issues"
__license__: typing.Final[str] = "BSD"
__url__: typing.Final[str] = "https://github.com/FasterSpeeding/Sake"
__version__: typing.Final[str] = "1.0.2a1"
__version__: typing.Final[str] = "1.0.3a1"

0 comments on commit 7640539

Please sign in to comment.