File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,18 @@ 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
- # v2.1.1
8
7
9
- ### Changed
10
- - Added closer information in the logs command.
8
+ # v2.3.0
9
+
10
+ ### Added
11
+ - Ability to self host logs
12
+
13
+ ### Changed
14
+ - Improved format for log channel embeds.
15
+
16
+ ### Fixed
17
+ - Bug in subscribe command, it will now unsub after a thread is closed.
18
+
11
19
12
20
# v2.2.0
13
21
### Added
Original file line number Diff line number Diff line change 22
22
SOFTWARE.
23
23
"""
24
24
25
- __version__ = '2.2.2 '
25
+ __version__ = '2.3.0 '
26
26
27
27
import asyncio
28
28
import textwrap
You can’t perform that action at this time.
0 commit comments