File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- # [ Unreleased ] (3 .0.0)
7+ # v3 .0.0
88
99### Added
1010
@@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313- Threads will close automatically after some time when ` thread_auto_close ` is set.
1414- Custom closing message can be set with ` thread_auto_close_response ` .
1515
16- ### Removed
16+ ### Breaking Changes
1717
1818- Removed autoupdate functionality and the ` update ` command in favour of the [ Pull app] ( https://github.com/apps/pull ) .
1919
Original file line number Diff line number Diff line change 1- __version__ = "2.24.1 "
1+ __version__ = "3.0.0 "
22
33import asyncio
44import logging
You can’t perform that action at this time.
0 commit comments