Skip to content

Commit

Permalink
Bump ver for release (#579)
Browse files Browse the repository at this point in the history
  • Loading branch information
FasterSpeeding authored Jul 11, 2024
1 parent 2498d46 commit 9304296
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]
## [1.22.0] - 2024-07-11
### Added
- Support for component pagination based on global ("static") bot data.
More information on this can be found [here](/usage/components/#static-pagination).
Expand Down Expand Up @@ -852,7 +853,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Iffy behaviour around "locking" the reaction executor which lead to some requests just being ignored.

[Unreleased]: https://github.com/FasterSpeeding/Yuyo/compare/v1.21.1...HEAD
[Unreleased]: https://github.com/FasterSpeeding/Yuyo/compare/v1.22.0...HEAD
[1.22.0]: https://github.com/FasterSpeeding/Yuyo/compare/v1.21.1...v1.22.0
[1.21.1]: https://github.com/FasterSpeeding/Yuyo/compare/v1.21.0...v1.21.1
[1.21.0]: https://github.com/FasterSpeeding/Yuyo/compare/v1.20.0...v1.21.0
[1.20.0]: https://github.com/FasterSpeeding/Yuyo/compare/v1.19.1...v1.20.0
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 = "hikari-yuyo"
version = "1.21.1"
version = "1.22.0"
readme = "README.md"
requires-python = ">=3.9.0,<3.13"
license = {file = "LICENSE"}
Expand Down

0 comments on commit 9304296

Please sign in to comment.