From 0acd67e70475e8bc6278a04a308327bb72c40408 Mon Sep 17 00:00:00 2001 From: "yadong.zhang" Date: Sat, 3 Aug 2024 12:15:03 +0800 Subject: [PATCH] =?UTF-8?q?:arrow=5Fup:=20=E5=88=87=E5=88=86=20v1.16.7=20?= =?UTF-8?q?=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOGS.md | 9 +++++++++ bin/pull.sh | 1 + bin/version.txt | 2 +- ja.sh | 3 +++ pom.xml | 2 +- 5 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 bin/pull.sh diff --git a/CHANGELOGS.md b/CHANGELOGS.md index 0337a19..4287a48 100644 --- a/CHANGELOGS.md +++ b/CHANGELOGS.md @@ -1,5 +1,14 @@ ## 1.16.6 +### 2024/08/03 + +- 新增 + - 添加 appleid 社交登录能力。 [Github #192](https://github.com/justauth/JustAuth/pull/192) +- Fixed +- 优化 + +## 1.16.6 + ### 2023/12/03 - 优化 - 微信公众平台支持返回快照标识(快照标识为 true 时,标识当前获取到的微信用户信息都是虚拟的) diff --git a/bin/pull.sh b/bin/pull.sh new file mode 100644 index 0000000..bf5e948 --- /dev/null +++ b/bin/pull.sh @@ -0,0 +1 @@ +git pull origin master && git pull github master diff --git a/bin/version.txt b/bin/version.txt index de646d2..293bfa8 100644 --- a/bin/version.txt +++ b/bin/version.txt @@ -1 +1 @@ -1.16.6 +1.16.7 diff --git a/ja.sh b/ja.sh index a6653d9..d0f6aba 100644 --- a/ja.sh +++ b/ja.sh @@ -18,6 +18,9 @@ case "$1" in 'ppd') bin/pull-dev.sh ;; + 'pp') + bin/pull.sh + ;; 'pd') bin/push-dev.sh ;; diff --git a/pom.xml b/pom.xml index 561c151..4082e7e 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ me.zhyd.oauth JustAuth - 1.16.6 + 1.16.7 JustAuth https://gitee.com/yadong.zhang/JustAuth