Skip to content

Commit

Permalink
chore(release): v0.0.3 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
he0119 authored Feb 18, 2023
1 parent 2a10541 commit 58f8932
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/

## [Unreleased]

## [0.0.3] - 2023-02-18

### Changed

- 美化插件树的显示
Expand All @@ -29,6 +31,7 @@ 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
[unreleased]: https://github.com/he0119/nonebot-plugin-treehelp/compare/v0.0.3...HEAD
[0.0.3]: https://github.com/he0119/nonebot-plugin-treehelp/compare/v0.0.2...v0.0.3
[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: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ _✨ NoneBot 树形帮助插件 ✨_

加载插件后发送 `/help``/help --help` 获取具体用法。

插件与子插件写法可参考 [示例插件](./tests/plugins/tree/)

## 配置项

配置方式:直接在 `NoneBot` 全局配置文件中添加以下配置项即可。
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 = "nonebot-plugin-treehelp"
version = "0.0.2"
version = "0.0.3"
description = "适用于 Nonebot2 的树形帮助插件"
authors = ["hemengyang <hmy0119@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 58f8932

Please sign in to comment.