Skip to content

Commit 1e8136b

Browse files
authored
chore(master): release 1.19.0 (#7)
1 parent 97c26ed commit 1e8136b

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

3+
## [1.19.0](https://github.com/ooliver1/botbase/compare/v1.18.0...v1.19.0) (2022-07-09)
4+
5+
6+
### Features
7+
8+
* add database initial statement ([5cee930](https://github.com/ooliver1/botbase/commit/5cee930c1b96fa15b4fa15ab4fb149b2be8d6bac))
9+
* use sharded bot ([467505b](https://github.com/ooliver1/botbase/commit/467505b3b036a38d0033a505abb1a0f2250cf073))
10+
11+
12+
### Bug Fixes
13+
14+
* actually allow empty prefix ([97c26ed](https://github.com/ooliver1/botbase/commit/97c26edfed2c24d0cc40832e90fd0e9a5adaa7e2))
15+
316
## [1.18.0](https://github.com/ooliver1/botbase/compare/v1.17.7...v1.18.0) (2022-07-09)
417

518

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 = "1.18.0"
3+
version = "1.19.0"
44
description = "A personal nextcord bot base package for bots."
55
authors = ["ooliver1 <oliverwilkes2006@icloud.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)