Skip to content

Commit 24c32a1

Browse files
committed
chore: bump version to 0.2.20
1 parent cd4d263 commit 24c32a1

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
go-version: "1.19"
4343
- name: staticcheck
4444
run: |
45-
go install honnef.co/go/tools/cmd/staticcheck@latest &&
45+
go install honnef.co/go/tools/cmd/staticcheck@v0.4.7 &&
4646
$HOME/go/bin/staticcheck ./...
4747
- name: Revive Action
4848
uses: morphy2k/revive-action@v2.1.1

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.2.20] - 2024-08-20
4+
5+
### Added
6+
7+
+ 支持使用微信支付公钥验证微信支付签名
8+
+ 支持商家转账到零钱的 `notify_url`
9+
310
## [0.2.18] - 2023-10-11
411

512
### Changed

core/consts/const.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const (
1313

1414
// SDK 相关信息
1515
const (
16-
Version = "0.2.18" // SDK 版本
16+
Version = "0.2.20" // SDK 版本
1717
UserAgentFormat = "WechatPay-Go/%s (%s) GO/%s" // UserAgent中的信息
1818
)
1919

0 commit comments

Comments
 (0)