Skip to content

Commit 8440ad3

Browse files
committed
chore: prepare release 0.13.0
1 parent f984ff2 commit 8440ad3

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

Changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11

2+
0.13.0 Released on 2020-07-15
3+
----
4+
5+
- Add `requestChangePhoneNumber` & `changePhoneNumber` to *verify* mobile number before updating it.
6+
- Add `_messageUpdate` hook.
7+
- Add `setApiTimeout` to specify request timeout.
8+
29
0.12.0 发布日期:2020-04-21
310
----
411

docs/class-LeanCloud.Client.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1282,7 +1282,7 @@ <h4>Returns</h4>
12821282
<td class="value">
12831283
<div>
12841284
<a href="#VERSION" class="anchor">#</a>
1285-
<code><span class="php-quote">'0.12.0'</span></code>
1285+
<code><span class="php-quote">'0.13.0'</span></code>
12861286
</div>
12871287
</td>
12881288
</tr>

docs/source-class-LeanCloud.Client.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ <h3>Exceptions</h3>
161161
</span><span id="24" class="l"> <span class="php-comment">/**
162162
</span></span><span id="25" class="l"><span class="php-comment"> * Client version
163163
</span></span><span id="26" class="l"><span class="php-comment"> */</span>
164-
</span><span id="27" class="l"> <span class="php-keyword1">const</span> VERSION = <span class="php-quote">'0.12.0'</span>;
164+
</span><span id="27" class="l"> <span class="php-keyword1">const</span> VERSION = <span class="php-quote">'0.13.0'</span>;
165165
</span><span id="28" class="l">
166166
</span><span id="29" class="l"> <span class="php-comment">/**
167167
</span></span><span id="30" class="l"><span class="php-comment"> * API Version string

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ version="$1"
99

1010
#### Build new changelog
1111
echo "" >> Changelog.md.0
12-
echo "$version 发布日期:`date +%Y-%m-%d`" >> Changelog.md.0
12+
echo "$version Released on `date +%Y-%m-%d`" >> Changelog.md.0
1313
echo "----" >> Changelog.md.0
1414
git log `git describe --tags --abbrev=0`..HEAD --pretty=%s >> Changelog.md.0
1515

src/LeanCloud/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class Client {
2424
/**
2525
* Client version
2626
*/
27-
const VERSION = '0.12.0';
27+
const VERSION = '0.13.0';
2828

2929
/**
3030
* API Version string

0 commit comments

Comments
 (0)