aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
blob: fe0ea33e53817d3fcb458aeef266d7dc6d6a94ed (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
29
30
31
32
33
34
# Changelog

## 3.0.1 5th March 2022
- Fix: Setup log tracing when `botcore.utils.logging` is imported so that it can be used within botcore functions.

## 3.0.0 3rd March 2022
 - Breaking: Move `apply_monkey_patches()` directly to `botcore.utils` namespace

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