blob: 67aca72b8bbc88c5ded8eef13e3b839cd2504bf5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# Changelog
## 2.1.0 24th February 2022
- Feature: Port the Site API wrapper from the bot repo.
## 2.0.0 22nd February 2022
- Breaking: Moved regex to botcore.utils namespace
- Feature: Migrate from discord.py 2.0a0 to disnake.
- Feature: Add common monkey patches.
- Feature: Port many common utilities from our bots
- caching
- channel
- extensions
- loggers
- members
- scheduling
- Support: Added intersphinx to docs.
## 1.2.0 9th January 2022
- Feature: Add code block detection regex.
## 1.1.0 2nd December 2021
- Support: Add autogenerated docs.
- Feature: Add a regex utility.
## 1.0.0 17th November 2021
- Support: Add the core package, poetry, and linting CI.
|