mirror of
https://github.com/miaowware/qrm2.git
synced 2024-11-22 15:58:40 -05:00
prep for release 2.5.1
This commit is contained in:
parent
af68be2b2a
commit
23ca74253d
@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||||||
|
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
|
||||||
|
## [2.5.1] - 2020-12-10
|
||||||
### Fixed
|
### Fixed
|
||||||
- The result of `?greyline` was cached by discord and would get out of date.
|
- The result of `?greyline` was cached by discord and would get out of date.
|
||||||
- Broken reaction functionality in `?hamstudy`.
|
- Broken reaction functionality in `?hamstudy`.
|
||||||
@ -141,7 +144,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||||||
## 1.0.0 - 2019-07-31 [YANKED]
|
## 1.0.0 - 2019-07-31 [YANKED]
|
||||||
|
|
||||||
|
|
||||||
[Unreleased]: https://github.com/miaowware/qrm2/compare/v2.5.0...HEAD
|
[Unreleased]: https://github.com/miaowware/qrm2/compare/v2.5.1...HEAD
|
||||||
|
[2.5.1]: https://github.com/miaowware/qrm2/releases/tag/v2.5.1
|
||||||
[2.5.0]: https://github.com/miaowware/qrm2/releases/tag/v2.5.0
|
[2.5.0]: https://github.com/miaowware/qrm2/releases/tag/v2.5.0
|
||||||
[2.4.1]: https://github.com/miaowware/qrm2/releases/tag/v2.4.1
|
[2.4.1]: https://github.com/miaowware/qrm2/releases/tag/v2.4.1
|
||||||
[2.4.0]: https://github.com/miaowware/qrm2/releases/tag/v2.4.0
|
[2.4.0]: https://github.com/miaowware/qrm2/releases/tag/v2.4.0
|
||||||
|
2
info.py
2
info.py
@ -12,5 +12,5 @@ authors = ("@ClassAbbyAmplifier#2229", "@0x5c#0639")
|
|||||||
description = """A bot with various useful ham radio-related functions, written in Python."""
|
description = """A bot with various useful ham radio-related functions, written in Python."""
|
||||||
license = "Released under the GNU General Public License v2"
|
license = "Released under the GNU General Public License v2"
|
||||||
contributing = "Check out the source on GitHub, contributions welcome: https://github.com/miaowware/qrm2"
|
contributing = "Check out the source on GitHub, contributions welcome: https://github.com/miaowware/qrm2"
|
||||||
release = "2.5.0"
|
release = "2.5.1"
|
||||||
bot_server = "https://discord.gg/Ntbg3J4"
|
bot_server = "https://discord.gg/Ntbg3J4"
|
||||||
|
Loading…
Reference in New Issue
Block a user