Skip to content
This repository was archived by the owner on Oct 4, 2021. It is now read-only.

Commit d848799

Browse files
committed
Release v0.2.1
1 parent 2ff6072 commit d848799

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.2.1] - 2020-09-24
88

99
### Added
1010

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

2323
- Implemented a basic command-line interface for launching a bot instance
2424

25-
[unreleased]: https://github.com/CommanderBot-Dev/commanderbot/compare/v0.2.0...HEAD
25+
[unreleased]: https://github.com/CommanderBot-Dev/commanderbot/compare/v0.2.1...HEAD
26+
[0.2.1]: https://github.com/CommanderBot-Dev/commanderbot/compare/v0.2.0...v0.2.1
2627
[0.2.0]: https://github.com/CommanderBot-Dev/commanderbot/compare/v0.1.0...v0.2.0
2728
[0.1.0]: https://github.com/CommanderBot-Dev/commanderbot/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"
3-
version = "0.2.1-dev1"
3+
version = "0.2.1"
44
description = "Command-line interface for running an instance of CommanderBot."
55
authors = ["Arcensoth <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)