From e33d5f7213706758fc6eec59788609884fb36736 Mon Sep 17 00:00:00 2001 From: 0x5c Date: Sat, 3 Apr 2021 18:13:54 -0400 Subject: [PATCH 1/2] Added missing changelog line for new feature --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51359cb..554c1ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Added - `?tex` command to render a LaTeX expression. - Configuration option to use another rTeX instance for `?tex`. +- `?miltime` command to show the current time in all 25 military timezones. ### Changed - Main name and aliases of `?bandplan`. - Recategorized the commands. From 2db9dee9518a90481db36a0fd3748702331f3c3a Mon Sep 17 00:00:00 2001 From: 0x5c Date: Sat, 3 Apr 2021 18:19:38 -0400 Subject: [PATCH 2/2] Bumped version 2.7.0 --- CHANGELOG.md | 6 +++++- info.py | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 554c1ef..46d50ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] + + +## [2.7.0] - 2021-04-03 ### Added - `?tex` command to render a LaTeX expression. - Configuration option to use another rTeX instance for `?tex`. @@ -183,7 +186,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.6.0...HEAD +[Unreleased]: https://github.com/miaowware/qrm2/compare/v2.7.0...HEAD +[2.7.0]: https://github.com/miaowware/qrm2/releases/tag/v2.7.0 [2.6.0]: https://github.com/miaowware/qrm2/releases/tag/v2.6.0 [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 diff --git a/info.py b/info.py index dff5827..c9b37a5 100644 --- a/info.py +++ b/info.py @@ -15,5 +15,5 @@ contributing = """Check out the [source on GitHub](https://github.com/miaowware/ 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).""" -release = "2.6.0" +release = "2.7.0" bot_server = "https://discord.gg/Ntbg3J4"