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

Commit

Permalink
Release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcensoth committed Jan 8, 2021
1 parent 521ce07 commit 1bf5699
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.

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).

### [Unreleased]
## [0.6.0] - 2021-01-08

### Added

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

- Implemented basic utilities for creating configurable, persistent discord.py CommanderBot extensions

[unreleased]: https://github.com/CommanderBot-Dev/commanderbot-lib/compare/v0.5.0...HEAD
[unreleased]: https://github.com/CommanderBot-Dev/commanderbot-lib/compare/v0.6.0...HEAD
[0.6.0]: https://github.com/CommanderBot-Dev/commanderbot-lib/compare/v0.5.0...v0.6.0
[0.5.0]: https://github.com/CommanderBot-Dev/commanderbot-lib/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/CommanderBot-Dev/commanderbot-lib/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/CommanderBot-Dev/commanderbot-lib/compare/v0.2.0...v0.3.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "commanderbot-lib"
version = "0.5.0"
version = "0.6.0"
description = "A library of utilities for discord.py bots."
authors = ["Arcensoth <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 1bf5699

Please sign in to comment.