Skip to content

Commit 8902d58

Browse files
authored
chore(master): release 2.0.2 (#40)
1 parent 7b2ba3a commit 8902d58

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.0.2](https://github.com/ooliver1/botbase/compare/v2.0.1...v2.0.2) (2023-05-07)
4+
5+
6+
### Bug Fixes
7+
8+
* **log-guilds:** resolve guild join handler ([a1c0663](https://github.com/ooliver1/botbase/commit/a1c0663efe0639e0f37eb663c50049151a729009))
9+
310
## [2.0.1](https://github.com/ooliver1/botbase/compare/v2.0.0...v2.0.1) (2023-05-05)
411

512

botbase/__init__.py

Lines changed: 1 addition & 1 deletion
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.1" # x-release-please-version
11+
__version__ = "2.0.2" # x-release-please-version
1212

1313

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ooliver-botbase"
3-
version = "2.0.1"
3+
version = "2.0.2"
44
description = "A personal nextcord bot base package for bots."
55
authors = ["ooliver1 <oliverwilkes2006@icloud.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)