Skip to content

Commit

Permalink
chore(release): bump version to 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
HitaloM committed Aug 23, 2024
1 parent 6a7dd57 commit ff5f6c1
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
10 changes: 10 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@
.. towncrier release notes start
1.0.6 (2024-08-23)
==================

Bug Fixes
---------

- Dealing with cases where the text to be translated by `/tr` was empty, which caused the bot to crash.
- Fixed an error encountered during the TikTok media data search, causing the bot to just not respond to the request.
- Fixed problems with migrating groups to supergroups in the database, where the bot would crash if the group was not in the database and was converted to a supergroup.

1.0.5 (2024-08-21)
==================

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion news/+tr.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
Expand Up @@ -5,7 +5,7 @@

from cashews import Cache

__version__ = "1.0.5"
__version__ = "1.0.6"

cache = Cache()
cache.setup("redis://localhost", client_side=True)
Expand Down

0 comments on commit ff5f6c1

Please sign in to comment.