Skip to content

Commit d71fe9a

Browse files
committed
Release v0.8.0
1 parent 0ee0940 commit d71fe9a

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.8.0] - 2021-05-08
88

99
### Added
1010

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

7878
- Implemented `status` and `faq` extensions as an exercise for developing `commanderbot-lib`
7979

80-
[unreleased]: https://github.com/CommanderBot-Dev/commanderbot-ext/compare/v0.7.0...HEAD
80+
[unreleased]: https://github.com/CommanderBot-Dev/commanderbot-ext/compare/v0.8.0...HEAD
81+
[0.8.0]: https://github.com/CommanderBot-Dev/commanderbot-ext/compare/v0.7.0...v0.8.0
8182
[0.7.0]: https://github.com/CommanderBot-Dev/commanderbot-ext/compare/v0.6.0...v0.7.0
8283
[0.6.0]: https://github.com/CommanderBot-Dev/commanderbot-ext/compare/v0.5.0...v0.6.0
8384
[0.5.0]: https://github.com/CommanderBot-Dev/commanderbot-ext/compare/v0.4.0...v0.5.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.7.0"
3+
version = "0.8.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)