-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add changelog for v0.32.0 * remove changelog in changelog --------- Co-authored-by: tomqin93 <[email protected]> Co-authored-by: Tom Qin <[email protected]>
- Loading branch information
1 parent
d2b1f9a
commit 87535cb
Showing
2 changed files
with
54 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# 自 [v0.31.0](https://github.com/Edgenesis/shifu/releases/tag/v0.31.0) 以来的变更 | ||
|
||
## Bug 修复 | ||
|
||
* 由 @testwill 在 [Pull Request #755](https://github.com/Edgenesis/shifu/pull/755) 中修复了拼写错误 | ||
|
||
* 由 @Kidr1cE 在 [Pull Request #754](https://github.com/Edgenesis/shifu/pull/754) 中修复了 CI 端口冲突并合并了 pr#752 | ||
|
||
## Dependabot 自动更新 🤖 | ||
|
||
* 由 @dependabot 在 [Pull Request #751](https://github.com/Edgenesis/shifu/pull/751) 中将 go.uber.org/zap 从 1.25.0 更新到 1.26.0 | ||
|
||
* 由 @dependabot 在 [Pull Request #750](https://github.com/Edgenesis/shifu/pull/750) 中将 golang.org/x/crypto 从 0.14.0 更新到 0.15.0 | ||
|
||
* 由 @dependabot 在 [Pull Request #748](https://github.com/Edgenesis/shifu/pull/748) 中将 github.com/spf13/cobra 从 1.7.0 更新到 1.8.0 | ||
|
||
* 由 @dependabot 在 [Pull Request #749](https://github.com/Edgenesis/shifu/pull/749) 中将 golang.org/x/net 从 0.17.0 更新到 0.18.0 | ||
|
||
* 由 @dependabot 在 [Pull Request #759](https://github.com/Edgenesis/shifu/pull/759) 中将 github.com/onsi/ginkgo/v2 从 2.12.0 更新到 2.13.1 | ||
|
||
* 由 @dependabot 在 [Pull Request #758](https://github.com/Edgenesis/shifu/pull/758) 中将 github.com/taosdata/driver-go/v3 从 3.5.0 更新到 3.5.1 | ||
|
||
## 新的贡献者 🌟 | ||
|
||
* @testwill 在 [Pull Request #755](https://github.com/Edgenesis/shifu/pull/755) 中首次贡献 | ||
|
||
**完整变更日志**: https://github.com/Edgenesis/shifu/compare/v0.31.0...v0.32.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Changelog since [v0.31.0](https://github.com/Edgenesis/shifu/releases/tag/v0.31.0) | ||
|
||
## Bug fixes | ||
|
||
* fix: typo by @testwill in [Pull Request #755](https://github.com/Edgenesis/shifu/pull/755) | ||
|
||
* fix:ci port conflict & merge pr#752 by @Kidr1cE in [Pull Request #754](https://github.com/Edgenesis/shifu/pull/754) | ||
|
||
## Dependabot 🤖 | ||
|
||
* Bump go.uber.org/zap from 1.25.0 to 1.26.0 by @dependabot in [Pull Request #751](https://github.com/Edgenesis/shifu/pull/751) | ||
|
||
* Bump golang.org/x/crypto from 0.14.0 to 0.15.0 by @dependabot in [Pull Request #750](https://github.com/Edgenesis/shifu/pull/750) | ||
|
||
* Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 by @dependabot in [Pull Request #748](https://github.com/Edgenesis/shifu/pull/748) | ||
|
||
* Bump golang.org/x/net from 0.17.0 to 0.18.0 by @dependabot in [Pull Request #749](https://github.com/Edgenesis/shifu/pull/749) | ||
|
||
* Bump github.com/onsi/ginkgo/v2 from 2.12.0 to 2.13.1 by @dependabot in [Pull Request #759](https://github.com/Edgenesis/shifu/pull/759) | ||
|
||
* Bump github.com/taosdata/driver-go/v3 from 3.5.0 to 3.5.1 by @dependabot in [Pull Request #758](https://github.com/Edgenesis/shifu/pull/758) | ||
|
||
## New Contributors 🌟 | ||
|
||
* @testwill made their first contribution in [Pull Request #755](https://github.com/Edgenesis/shifu/pull/755) | ||
|
||
**Full Changelog**: https://github.com/Edgenesis/shifu/compare/v0.31.0...v0.32.0 |