Skip to content

Commit

Permalink
chore(release): bump version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
HitaloM committed Sep 11, 2024
1 parent 8ae826a commit 32ae914
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 3 deletions.
30 changes: 30 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <modules/formatting>`.

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 <modules/formatting>`.

1.1.0 (2024-09-10)
==================

Expand Down
1 change: 0 additions & 1 deletion news/+filters.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/+filters2.bugfix.rst

This file was deleted.

2 changes: 1 addition & 1 deletion src/korone/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-License-Identifier: BSD-3-Clause
# Copyright (c) 2024 Hitalo M. <https://github.com/HitaloM>

__version__ = "1.1.0"
__version__ = "1.1.1"

0 comments on commit 32ae914

Please sign in to comment.