Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): v0.0.2 [skip ci] #24

Merged
merged 1 commit into from
Feb 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/

## [Unreleased]

## [0.0.2] - 2023-02-06

### Added

- 支持输出插件树
- 支持通过设置 adapters 属性来指定支持的适配器

### Fixed
Expand All @@ -22,4 +25,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/
- 可以使用的版本。

[unreleased]: https://github.com/he0119/nonebot-plugin-treehelp/compare/v0.0.1...HEAD
[0.0.2]: https://github.com/he0119/nonebot-plugin-treehelp/compare/v0.0.1...v0.0.2
[0.0.1]: https://github.com/he0119/nonebot-plugin-treehelp/releases/tag/v0.0.1
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 = "nonebot-plugin-treehelp"
version = "0.0.1"
version = "0.0.2"
description = "适用于 Nonebot2 的树形帮助插件"
authors = ["hemengyang <hmy0119@gmail.com>"]
license = "MIT"
Expand Down