Skip to content

Commit a0afa93

Browse files
committed
Release v0.1.0
1 parent b45b1b2 commit a0afa93

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@ 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.1.0] - 2020-09-24
88

99
### Added
1010

1111
- Implemented `status` and `faq` extensions as an exercise for developing `commanderbot-lib`
12+
13+
[unreleased]: https://github.com/CommanderBot-Dev/commanderbot-ext/compare/v0.1.0...HEAD
14+
[0.1.0]: https://github.com/CommanderBot-Dev/commanderbot-ext/releases/tag/v0.1.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.1.0-dev1"
3+
version = "0.1.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)