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.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
- # [ Unreleased ] (3 .0.0)
7
+ # v3 .0.0
8
8
9
9
### Added
10
10
@@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
- Threads will close automatically after some time when ` thread_auto_close ` is set.
14
14
- Custom closing message can be set with ` thread_auto_close_response ` .
15
15
16
- ### Removed
16
+ ### Breaking Changes
17
17
18
18
- Removed autoupdate functionality and the ` update ` command in favour of the [ Pull app] ( https://github.com/apps/pull ) .
19
19
Original file line number Diff line number Diff line change 1
- __version__ = "2.24.1 "
1
+ __version__ = "3.0.0 "
2
2
3
3
import asyncio
4
4
import logging
You can’t perform that action at this time.
0 commit comments