Skip to content

Commit 1dab7be

Browse files
authored
bump version to 0.2.17 (#361)
1 parent d7ab70f commit 1dab7be

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# ChangeLog
22

3+
## [0.2.17] - 2025-04-11
4+
5+
### Modified
6+
7+
+ 修复 Apache Http Client 未能正确设置 Charset 为 UTF-8 的问题
8+
+ 修复 ApacheHttpResponse 未能正确关闭的问题
9+
310
## [0.2.16] - 2025-02-10
411

512
### Added

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![JavaDoc](http://img.shields.io/badge/javadoc-reference-blue.svg)](https://www.javadoc.io/doc/com.github.wechatpay-apiv3/wechatpay-java/latest/index.html)
2-
![Maven Central](https://img.shields.io/maven-central/v/com.github.wechatpay-apiv3/wechatpay-java?versionPrefix=0.2.16)
2+
![Maven Central](https://img.shields.io/maven-central/v/com.github.wechatpay-apiv3/wechatpay-java?versionPrefix=0.2.17)
33
[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=wechatpay-apiv3_wechatpay-java&metric=security_rating)](https://sonarcloud.io/summary/overall?id=wechatpay-apiv3_wechatpay-java)
44
[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=wechatpay-apiv3_wechatpay-java&metric=sqale_rating)](https://sonarcloud.io/summary/overall?id=wechatpay-apiv3_wechatpay-java)
55
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=wechatpay-apiv3_wechatpay-java&metric=coverage)](https://sonarcloud.io/summary/overall?id=wechatpay-apiv3_wechatpay-java)
@@ -36,7 +36,7 @@
3636
在你的 build.gradle 文件中加入如下的依赖
3737

3838
```groovy
39-
implementation 'com.github.wechatpay-apiv3:wechatpay-java:0.2.16'
39+
implementation 'com.github.wechatpay-apiv3:wechatpay-java:0.2.17'
4040
```
4141

4242
#### Maven
@@ -47,7 +47,7 @@ implementation 'com.github.wechatpay-apiv3:wechatpay-java:0.2.16'
4747
<dependency>
4848
<groupId>com.github.wechatpay-apiv3</groupId>
4949
<artifactId>wechatpay-java</artifactId>
50-
<version>0.2.16</version>
50+
<version>0.2.17</version>
5151
</dependency>
5252
```
5353

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
projectPropGroup=com.github.wechatpay-apiv3
2-
projectPropVersion=0.2.16
2+
projectPropVersion=0.2.17
33

44
slf4jVersion=1.7.36
55
junitVersion=4.13.2

0 commit comments

Comments
 (0)