Skip to content

Commit 549a21d

Browse files
committed
Release v0.13.0
1 parent 89c885b commit 549a21d

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.13.0] - 2021-08-22
88

99
### Added
1010

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

126126
- Implemented `status` and `faq` extensions as an exercise for developing `commanderbot-lib`
127127

128-
[unreleased]: https://github.com/CommanderBot-Dev/commanderbot-ext/compare/v0.12.0...HEAD
128+
[unreleased]: https://github.com/CommanderBot-Dev/commanderbot-ext/compare/v0.13.0...HEAD
129+
[0.13.0]: https://github.com/CommanderBot-Dev/commanderbot-ext/compare/v0.12.0...v0.13.0
129130
[0.12.0]: https://github.com/CommanderBot-Dev/commanderbot-ext/compare/v0.11.0...v0.12.0
130131
[0.11.0]: https://github.com/CommanderBot-Dev/commanderbot-ext/compare/v0.10.0...v0.11.0
131132
[0.10.0]: https://github.com/CommanderBot-Dev/commanderbot-ext/compare/v0.9.0...v0.10.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-ext"
3-
version = "0.12.0"
3+
version = "0.13.0"
44
description = "A collection of cogs and extensions for discord.py bots."
55
authors = ["Arcensoth <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)