release 2.10.0

This commit is contained in:
classabbyamp 2026-02-10 01:15:55 -05:00
parent bff289d168
commit 1160c73a56
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
2 changed files with 6 additions and 2 deletions

View File

@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased]
## [2.10.0] - 2026-02-10
### Added
- Support for Python 3.14.
- Bot deprecation notice in all embeds.
@ -267,7 +270,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## 1.0.0 - 2019-07-31 [YANKED]
[Unreleased]: https://github.com/miaowware/qrm2/compare/v2.9.2...HEAD
[Unreleased]: https://github.com/miaowware/qrm2/compare/v2.10.0...HEAD
[2.10.0]: https://github.com/miaowware/qrm2/releases/tag/v2.10.0
[2.9.2]: https://github.com/miaowware/qrm2/releases/tag/v2.9.2
[2.9.1]: https://github.com/miaowware/qrm2/releases/tag/v2.9.1
[2.9.0]: https://github.com/miaowware/qrm2/releases/tag/v2.9.0

View File

@ -25,5 +25,5 @@ issue_tracker = """
All issues and requests related to resources (including maps, band charts, data) should be added in [miaowware/qrm-resources](https://github.com/miaowware/qrm-resources/issues).
"""
release = "2.9.2"
release = "2.10.0"
bot_server = "https://discord.gg/Ntbg3J4"