Skip to content

Commit bc26084

Browse files
committed
chore(release): v1.1.0
1 parent eded990 commit bc26084

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/
77

88
## [Unreleased]
99

10+
## [1.1.0] - 2022-05-21
11+
1012
### Added
1113

1214
- 只有当文件发生变化后才强制推送
15+
- 通过单独的测试脚本添加插件加载测试
16+
- 评论内容无变化的时候,跳过修改
1317

1418
### Fixed
1519

1620
- 修复未同时修改议题与拉取请求标题的问题
1721

22+
### Changed
23+
24+
- 文件结尾加上换行符
25+
- 抛弃 PyGithub 投入 githubkit 的怀抱
26+
1827
## [1.0.0] - 2022-05-21
1928

2029
### Added
@@ -100,7 +109,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/
100109

101110
- 最初的版本
102111

103-
[unreleased]: https://github.com/nonebot/nonebot2-publish-bot/compare/v1.0.0...HEAD
112+
[unreleased]: https://github.com/nonebot/nonebot2-publish-bot/compare/v1.1.0...HEAD
113+
[1.1.0]: https://github.com/nonebot/nonebot2-publish-bot/compare/v1.0.0...v1.1.0
104114
[1.0.0]: https://github.com/nonebot/nonebot2-publish-bot/compare/v0.5.2...v1.0.0
105115
[0.5.2]: https://github.com/nonebot/nonebot2-publish-bot/compare/v0.5.1...v0.5.2
106116
[0.5.1]: https://github.com/nonebot/nonebot2-publish-bot/compare/v0.5.0...v0.5.1

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
- 项目主页能够访问
2222
- 项目发布至 PyPI
23+
- 插件能够正常加载
2324

2425
## 使用方法
2526

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "nonebot2-publish-bot"
3-
version = "1.0.0"
3+
version = "1.1.0"
44
description = "Manage publish related issues in nonebot2 project"
55
authors = ["hemengyang <hmy0119@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)