⬆️ 切分 v1.16.7 版本

This commit is contained in:
yadong.zhang 2024-08-03 12:15:03 +08:00
parent 2ee2483aee
commit 0acd67e704
5 changed files with 15 additions and 2 deletions

View File

@ -1,5 +1,14 @@
## 1.16.6 ## 1.16.6
### 2024/08/03
- 新增
- 添加 appleid 社交登录能力。 [Github #192](https://github.com/justauth/JustAuth/pull/192)
- Fixed
- 优化
## 1.16.6
### 2023/12/03 ### 2023/12/03
- 优化 - 优化
- 微信公众平台支持返回快照标识(快照标识为 true 时,标识当前获取到的微信用户信息都是虚拟的) - 微信公众平台支持返回快照标识(快照标识为 true 时,标识当前获取到的微信用户信息都是虚拟的)

1
bin/pull.sh Normal file
View File

@ -0,0 +1 @@
git pull origin master && git pull github master

View File

@ -1 +1 @@
1.16.6 1.16.7

3
ja.sh
View File

@ -18,6 +18,9 @@ case "$1" in
'ppd') 'ppd')
bin/pull-dev.sh bin/pull-dev.sh
;; ;;
'pp')
bin/pull.sh
;;
'pd') 'pd')
bin/push-dev.sh bin/push-dev.sh
;; ;;

View File

@ -6,7 +6,7 @@
<groupId>me.zhyd.oauth</groupId> <groupId>me.zhyd.oauth</groupId>
<artifactId>JustAuth</artifactId> <artifactId>JustAuth</artifactId>
<version>1.16.6</version> <version>1.16.7</version>
<name>JustAuth</name> <name>JustAuth</name>
<url>https://gitee.com/yadong.zhang/JustAuth</url> <url>https://gitee.com/yadong.zhang/JustAuth</url>