Skip to content

Commit

Permalink
Bump ver for release (#976)
Browse files Browse the repository at this point in the history
Co-authored-by: always-on-duty[bot] <120557446+always-on-duty[bot]@users.noreply.github.com>
  • Loading branch information
FasterSpeeding and always-on-duty[bot] authored Nov 24, 2024
1 parent 182d4bf commit a3328ee
Show file tree
Hide file tree
Showing 5 changed files with 619 additions and 617 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]
## [2.17.7] - 2024-11-24
### Fixed
- Moved away from using `typing.runtime_checkable` as this is unreliable in
newer Python versions.
Expand Down Expand Up @@ -1036,7 +1037,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.6...HEAD
[Unreleased]: https://github.com/FasterSpeeding/Tanjun/compare/v2.17.7...HEAD
[2.17.7]: https://github.com/FasterSpeeding/Tanjun/compare/v2.17.6...v2.17.7
[2.17.6]: https://github.com/FasterSpeeding/Tanjun/compare/v2.17.5...v2.17.6
[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
Expand Down
Loading

0 comments on commit a3328ee

Please sign in to comment.