aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
blob: 918cf45c61870a37025ae3bee71688df65078c2c (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
# Changelog

## 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.