Skip to content

Commit 9be0400

Browse files
committed
chore(master): release 3.0.0
1 parent 631c203 commit 9be0400

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [3.0.0](https://github.com/ooliver1/botbase/compare/v2.0.3...v3.0.0) (2023-06-01)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* piccolo
9+
10+
### Features
11+
12+
* migrations ([01c6e63](https://github.com/ooliver1/botbase/commit/01c6e63855fa6a642e39b7211ecdfcccaa3048e9))
13+
* piccolo ([1764aaf](https://github.com/ooliver1/botbase/commit/1764aafa6022dba1eeceb87d738b55e1afff9810))
14+
15+
16+
### Bug Fixes
17+
18+
* **botbase:** dont open and close db now ([079a76f](https://github.com/ooliver1/botbase/commit/079a76f73cf7eb452639e8c180aa7ecd0fc45ed6))
19+
* **log-commands:** add parameters ([bac1ab3](https://github.com/ooliver1/botbase/commit/bac1ab343d58898346cca2944e3687aa0d10147f))
20+
* remove file logging ([631c203](https://github.com/ooliver1/botbase/commit/631c20326335a62080b20f84825288a1d747af79))
21+
322
## [2.0.3](https://github.com/ooliver1/botbase/compare/v2.0.2...v2.0.3) (2023-05-14)
423

524

botbase/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from .models import *
99
from .wraps import *
1010

11-
__version__ = "2.0.3" # x-release-please-version
11+
__version__ = "3.0.0" # x-release-please-version
1212

1313

1414
getLogger(__name__).addHandler(NullHandler())

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ooliver-botbase"
3-
version = "2.0.3"
3+
version = "3.0.0"
44
description = "A personal nextcord bot base package for bots."
55
authors = ["ooliver1 <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)