Skip to content

Commit 846c107

Browse files
Bump ver for release (#899)
1 parent 7e55776 commit 846c107

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@ 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+
## [2.17.5] - 2024-05-11
89
### Fixed
910
- Now compatible with Alluka `v0.3.0`.
11+
Fixed the conflict between internal attributes inherited from Alluka's
12+
`BaseContext` class and internal attributes being explicitly declared by
13+
Tanjun's context classes.
1014

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

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

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

1020-
[Unreleased]: https://github.com/FasterSpeeding/Tanjun/compare/v2.17.4...HEAD
1026+
[Unreleased]: https://github.com/FasterSpeeding/Tanjun/compare/v2.17.5...HEAD
1027+
[2.17.5]: https://github.com/FasterSpeeding/Tanjun/compare/v2.17.4...v2.17.5
10211028
[2.17.4]: https://github.com/FasterSpeeding/Tanjun/compare/v2.17.3...v2.17.4
10221029
[2.17.3]: https://github.com/FasterSpeeding/Tanjun/compare/v2.17.2...v2.17.3
10231030
[2.17.2]: https://github.com/FasterSpeeding/Tanjun/compare/v2.17.1...v2.17.2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
44

55
[project]
66
name = "hikari-tanjun"
7-
version = "2.17.4"
7+
version = "2.17.5"
88
readme = "README.md"
99
requires-python = ">=3.9.0,<3.13"
1010
license = {file = "LICENSE"}

0 commit comments

Comments
 (0)