Skip to content

Commit

Permalink
chore(release): v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
he0119 committed Nov 21, 2023
1 parent 2b0a345 commit b672447
Show file tree
Hide file tree
Showing 2 changed files with 5 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.1.2] - 2023-11-21

### Fixed

- 修复 sqlalchemy 的报错
Expand Down Expand Up @@ -67,7 +69,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/

- 可以使用的版本。

[unreleased]: https://github.com/he0119/nonebot-plugin-user/compare/v0.1.1...HEAD
[unreleased]: https://github.com/he0119/nonebot-plugin-user/compare/v0.1.2...HEAD
[0.1.2]: https://github.com/he0119/nonebot-plugin-user/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/he0119/nonebot-plugin-user/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/he0119/nonebot-plugin-user/compare/v0.0.5...v0.1.0
[0.0.5]: https://github.com/he0119/nonebot-plugin-user/compare/v0.0.4...v0.0.5
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-user"
version = "0.1.1"
version = "0.1.2"
description = "适用于 Nonebot2 的用户插件"
authors = ["hemengyang <hmy0119@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit b672447

Please sign in to comment.