From 2f0084d450a47cc1c652227600fa7bc4e91127cc Mon Sep 17 00:00:00 2001 From: 0x5c Date: Sat, 4 Jan 2020 02:13:06 -0500 Subject: [PATCH 1/2] Changelog for 2.1.0 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad49049..3c20d4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] ### Added +- New NATO "phonetics" command. - Flag emojis to commands with countries. - Image attribution and description to "image" commands. - Better user-facing command error handling. +- Reacts with emojis upon specific keywords. +- Official server to info command. +- Command linking to the issue tracker. - New key in options.py: pika. +### Changed +- The "phonetics" command is not called "funetics". +- All commands now respond in embeds. +- Playing status can now change on a schedule or randomly from a list. +### Fixed +- Fixed incorrect information in the `prefixes` command. ## [v2.0.0] - 2019-12-16 From ad11af2865c085d72d31065999c95cbd1f3f9068 Mon Sep 17 00:00:00 2001 From: Abigail Gold Date: Sat, 4 Jan 2020 02:18:06 -0500 Subject: [PATCH 2/2] bumped version to v2.1.0 --- CHANGELOG.md | 7 ++++++- info.py | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c20d4c..b38bda7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). + ## [Unreleased] + + +## [v2.1.0] - 2020-01-04 ### Added - New NATO "phonetics" command. - Flag emojis to commands with countries. @@ -51,5 +55,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## v1.0.0 - 2019-07-31 [YANKED] -[Unreleased]: https://github.com/classabbyamp/discord-qrm2/compare/v2.0.0...HEAD +[Unreleased]: https://github.com/classabbyamp/discord-qrm2/compare/v2.1.0...HEAD +[v2.1.0]: https://github.com/classabbyamp/discord-qrm2/releases/tag/v2.1.0 [v2.0.0]: https://github.com/classabbyamp/discord-qrm2/releases/tag/v2.0.0 diff --git a/info.py b/info.py index ac5abd1..c429a44 100644 --- a/info.py +++ b/info.py @@ -24,5 +24,5 @@ authors = ("@ClassAbbyAmplifier#2229", "@0x5c#0639") description = """A bot with various useful ham radio-related functions, written in Python.""" license = "Released under the GNU General Public License v2" contributing = "Check out the source on GitHub, contributions welcome: https://github.com/classabbyamp/discord-qrm2" -release = '2.0.0' +release = '2.1.0' bot_server = 'https://discord.gg/Ntbg3J4'