Skip to content

Commit

Permalink
chore(master): release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ooliver1 committed May 23, 2023
1 parent 079a76f commit 0e33740
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [3.0.0](https://github.com/ooliver1/botbase/compare/v2.0.3...v3.0.0) (2023-05-23)


### ⚠ BREAKING CHANGES

* piccolo

### Features

* migrations ([01c6e63](https://github.com/ooliver1/botbase/commit/01c6e63855fa6a642e39b7211ecdfcccaa3048e9))
* piccolo ([1764aaf](https://github.com/ooliver1/botbase/commit/1764aafa6022dba1eeceb87d738b55e1afff9810))


### Bug Fixes

* **botbase:** dont open and close db now ([079a76f](https://github.com/ooliver1/botbase/commit/079a76f73cf7eb452639e8c180aa7ecd0fc45ed6))

## [2.0.3](https://github.com/ooliver1/botbase/compare/v2.0.2...v2.0.3) (2023-05-14)


Expand Down
2 changes: 1 addition & 1 deletion botbase/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from .models import *
from .wraps import *

__version__ = "2.0.3" # x-release-please-version
__version__ = "3.0.0" # x-release-please-version


getLogger(__name__).addHandler(NullHandler())
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ooliver-botbase"
version = "2.0.3"
version = "3.0.0"
description = "A personal nextcord bot base package for bots."
authors = ["ooliver1 <oliverwilkes2006@icloud.com>"]
license = "MIT"
Expand Down

0 comments on commit 0e33740

Please sign in to comment.