Skip to content

Commit 990213f

Browse files
committed
Release v0.19.0
1 parent 88b566f commit 990213f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [0.19.0] - 2022-08-27
88

99
### Added
1010

@@ -281,7 +281,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
281281

282282
- Implemented `status` and `faq` extensions as an exercise for developing `commanderbot-lib`
283283

284-
[unreleased]: https://github.com/CommanderBot-Dev/commanderbot-py/compare/v0.18.0...HEAD
284+
[unreleased]: https://github.com/CommanderBot-Dev/commanderbot-py/compare/v0.19.0...HEAD
285+
[0.19.0]: https://github.com/CommanderBot-Dev/commanderbot-py/compare/v0.18.0...v0.19.0
285286
[0.18.0]: https://github.com/CommanderBot-Dev/commanderbot-py/compare/v0.17.0...v0.18.0
286287
[0.17.0]: https://github.com/CommanderBot-Dev/commanderbot-py/compare/v0.16.0...v0.17.0
287288
[0.16.0]: https://github.com/CommanderBot-Dev/commanderbot-py/compare/v0.15.0...v0.16.0

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 = "commanderbot"
3-
version = "0.19.0a2"
3+
version = "0.19.0"
44
description = "A collection of utilities and extensions for discord.py bots."
55
authors = ["Arcensoth <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)