Skip to content

Commit

Permalink
chore(release): v2.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
he0119 committed Jul 8, 2023
1 parent 9eb7dc2 commit 3f2a29d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/

## [Unreleased]

## [2.7.2] - 2023-07-08

### Fixed

- 补上忘记的 drivers.json 文件
- 修复 pre-commit cache 文件夹不存在时的报错

## [2.7.1] - 2023-07-02

### Fixed
Expand Down Expand Up @@ -281,7 +288,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/

- 最初的版本

[unreleased]: https://github.com/nonebot/noneflow/compare/v2.7.1...HEAD
[unreleased]: https://github.com/nonebot/noneflow/compare/v2.7.2...HEAD
[2.7.2]: https://github.com/nonebot/noneflow/compare/v2.7.1...v2.7.2
[2.7.1]: https://github.com/nonebot/noneflow/compare/v2.7.0...v2.7.1
[2.7.0]: https://github.com/nonebot/noneflow/compare/v2.6.1...v2.7.0
[2.6.1]: https://github.com/nonebot/noneflow/compare/v2.6.0...v2.6.1
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 = "noneflow"
version = "2.7.1"
version = "2.7.2"
description = "Manage publish related issues in nonebot2 project"
authors = ["hemengyang <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 3f2a29d

Please sign in to comment.