Skip to content

Commit

Permalink
Bump ver for release (#899)
Browse files Browse the repository at this point in the history
  • Loading branch information
FasterSpeeding authored May 11, 2024
1 parent 7e55776 commit 846c107
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@ 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]
## [2.17.5] - 2024-05-11
### Fixed
- Now compatible with Alluka `v0.3.0`.
Fixed the conflict between internal attributes inherited from Alluka's
`BaseContext` class and internal attributes being explicitly declared by
Tanjun's context classes.

## [2.17.4] - 2024-04-29
### Changed
Expand All @@ -19,6 +23,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed
- Now compatible with Alluka `v0.2.0`.
Tanjun no-longer tries to use Alluka's removed `UNDEFINED` singleton and its
relevant types.

### Removed
- `tanjun.injecting.UndefinedOr`, `tanjun.injecting.UNDEFINED`,
Expand Down Expand Up @@ -1017,7 +1023,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Support for python 3.8 in-order to switch over to using collection.abc generic classes due to this being more
forward compatible.

[Unreleased]: https://github.com/FasterSpeeding/Tanjun/compare/v2.17.4...HEAD
[Unreleased]: https://github.com/FasterSpeeding/Tanjun/compare/v2.17.5...HEAD
[2.17.5]: https://github.com/FasterSpeeding/Tanjun/compare/v2.17.4...v2.17.5
[2.17.4]: https://github.com/FasterSpeeding/Tanjun/compare/v2.17.3...v2.17.4
[2.17.3]: https://github.com/FasterSpeeding/Tanjun/compare/v2.17.2...v2.17.3
[2.17.2]: https://github.com/FasterSpeeding/Tanjun/compare/v2.17.1...v2.17.2
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-tanjun"
version = "2.17.4"
version = "2.17.5"
readme = "README.md"
requires-python = ">=3.9.0,<3.13"
license = {file = "LICENSE"}
Expand Down

0 comments on commit 846c107

Please sign in to comment.