Skip to content

Commit

Permalink
chore(release): bump version to 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
HitaloM committed Oct 12, 2024
1 parent a83a7cd commit 9a61acf
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 5 deletions.
15 changes: 15 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,21 @@
.. towncrier release notes start
1.1.4 (2024-10-12)
==================

Features
--------

- Ensure the bot checks for admin privileges before executing `/cleanup` command.
- Prevent caching of `/piston` command results to avoid returning incorrect outputs.
- Rewritten the Instagram download feature to utilize a new API, enhancing the reliability of the download process.

Bug Fixes
---------

- Fixed `/ytdl` command, which was broken due to a recent change in the YouTube API.

1.1.3 (2024-09-13)
==================

Expand Down
1 change: 0 additions & 1 deletion news/+botadmin.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/+instafix.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/+pistoncache.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/+ytdl.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.3"
__version__ = "1.1.4"

0 comments on commit 9a61acf

Please sign in to comment.