Skip to content

Commit

Permalink
Bump ver for release (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
FasterSpeeding authored Dec 7, 2022
1 parent 56d6f4a commit dd16e2b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ 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.2.0] - 2022-12-07
### Added
- Support for Sphinx style reST docs to doc parse.
- Optional `name` argument to [tanchan.doc_parse.as_slash_command][] which
Expand All @@ -22,5 +23,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
descriptions (including for options) from the command callback's docstring +
using the callback's name as the command's name.

[Unreleased]: https://github.com/FasterSpeeding/tanchan/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/FasterSpeeding/tanchan/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/FasterSpeeding/tanchan/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/FasterSpeeding/tanchan/compare/c4525eb9271445d3c74dbe747952faf2c830716b...v0.1.0
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"

[project]
name = "tanchan"
version = "0.1.0"
version = "0.2.0"
readme = "README.md"
requires-python = ">=3.9.0,<3.12"
license = {file = "LICENSE"}
Expand Down

0 comments on commit dd16e2b

Please sign in to comment.