From 32ae914d42ce91fd84489e79be653054f77f242a Mon Sep 17 00:00:00 2001 From: "Hitalo M." Date: Tue, 10 Sep 2024 22:52:36 -0300 Subject: [PATCH] chore(release): bump version to 1.1.1 --- NEWS.rst | 30 ++++++++++++++++++++++++++++++ news/+filters.bugfix.rst | 1 - news/+filters2.bugfix.rst | 1 - src/korone/__init__.py | 2 +- 4 files changed, 31 insertions(+), 3 deletions(-) delete mode 100644 news/+filters.bugfix.rst delete mode 100644 news/+filters2.bugfix.rst diff --git a/NEWS.rst b/NEWS.rst index 219acc11b..5fd1fe1aa 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -10,6 +10,36 @@ .. towncrier release notes start +1.1.1 (2024-09-10) +================== + +Bug Fixes +--------- + +- Fixed an issue where `/piston` would raise error when processing code containing blank lines at the start. Also fixed an error when only the language of the code snippet was provided. +- Fixed an issue where the `/filtersinfo` command would raise error when fetching information about filters. +- Fixed an issue where the filters module would raise error when processing messages containing emojis. + +Improved Documentation +---------------------- + +- Added a better documentation of how to format Filters messages with HTML tags, buttons and filings, take a look :doc:`here `. + +1.1.1 (2024-09-10) +================== + +Bug Fixes +--------- + +- Fixed an issue where `/piston` would raise error when processing code containing blank lines at the start. Also fixed an error when only the language of the code snippet was provided. +- Fixed an issue where the `/filtersinfo` command would raise error when fetching information about filters. +- Fixed an issue where the filters module would raise error when processing messages containing emojis. + +Improved Documentation +---------------------- + +- Added a better documentation of how to format Filters messages with HTML tags, buttons and filings, take a look :doc:`here `. + 1.1.0 (2024-09-10) ================== diff --git a/news/+filters.bugfix.rst b/news/+filters.bugfix.rst deleted file mode 100644 index 0606790b4..000000000 --- a/news/+filters.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fixed an issue where the filters module would raise errors when processing messages containing emojis. diff --git a/news/+filters2.bugfix.rst b/news/+filters2.bugfix.rst deleted file mode 100644 index 75f69dbce..000000000 --- a/news/+filters2.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fixed an issue where the `/filtersinfo` command would raise errors when fetching information about filters. diff --git a/src/korone/__init__.py b/src/korone/__init__.py index 491eacc49..c00209753 100644 --- a/src/korone/__init__.py +++ b/src/korone/__init__.py @@ -1,4 +1,4 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright (c) 2024 Hitalo M. -__version__ = "1.1.0" +__version__ = "1.1.1"