diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b8dc00d84267d05c5ff77d480939e354b13fc60..fe240bdedfc0333722f540a26fe53e3f6a0c703a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ ------------------------------------------------------------------------------------------------------------- +## 5.3.11 (2020-07-23) + +### 新特性 +### Bug修复 + +------------------------------------------------------------------------------------------------------------- + ## 5.3.10 (2020-07-23) ### 新特性 @@ -22,6 +29,7 @@ * 【core 】 修复StrUtil.removeAny的bug(issue#977@Github) ------------------------------------------------------------------------------------------------------------- + ## 5.3.9 (2020-07-12) ### 新特性 @@ -49,6 +57,7 @@ * 【core 】 修复ChineseDate在1996年计算错误问题(issue#I1N96I@Gitee) ------------------------------------------------------------------------------------------------------------- + ## 5.3.8 (2020-06-16) ### 新特性 diff --git a/README.md b/README.md index 8429f1aed36d3a1c503690dba590335d7be3bbdd..c336dacd34758bc27faeda9ac78fdeb2ee89e110 100644 --- a/README.md +++ b/README.md @@ -116,21 +116,21 @@ Hutool的存在就是为了减少代码搜索成本,避免网络上参差不 cn.hutool hutool-all - 5.3.10 + 5.3.11 ``` ### Gradle ``` -compile 'cn.hutool:hutool-all:5.3.10' +compile 'cn.hutool:hutool-all:5.3.11' ``` ### 非Maven项目 点击以下任一链接,下载`hutool-all-X.X.X.jar`即可: -- [Maven中央库1](https://repo1.maven.org/maven2/cn/hutool/hutool-all/5.3.10/) -- [Maven中央库2](http://repo2.maven.org/maven2/cn/hutool/hutool-all/5.3.10/) +- [Maven中央库1](https://repo1.maven.org/maven2/cn/hutool/hutool-all/5.3.11/) +- [Maven中央库2](http://repo2.maven.org/maven2/cn/hutool/hutool-all/5.3.11/) > 注意 > Hutool 5.x支持JDK8+,对Android平台没有测试,不能保证所有工具类或工具方法可用。 diff --git a/bin/version.txt b/bin/version.txt index e0f92fba10b85adcbc6457825a6b199654f44fc5..c652d0283d07d63a6e688095d11b12a6441fe919 100755 --- a/bin/version.txt +++ b/bin/version.txt @@ -1 +1 @@ -5.3.10 +5.3.11 diff --git a/docs/js/version.js b/docs/js/version.js index 887b2c46d63976140e8b072c3ee73a86f9affba9..9b651e43c7574f6edca61e5186992ba1d8a35206 100644 --- a/docs/js/version.js +++ b/docs/js/version.js @@ -1 +1 @@ -var version = '5.3.10' \ No newline at end of file +var version = '5.3.11' \ No newline at end of file diff --git a/hutool-all/pom.xml b/hutool-all/pom.xml index 69d28e9b2d676d226303dcd5496b61894523ce16..27da194e2f685250daf9f949ca88e19207a7b279 100644 --- a/hutool-all/pom.xml +++ b/hutool-all/pom.xml @@ -9,7 +9,7 @@ cn.hutool hutool-parent - 5.3.10 + 5.3.11-SNAPSHOT hutool-all diff --git a/hutool-aop/pom.xml b/hutool-aop/pom.xml index c9640b6d64450ef805835c2935beba486fbf8296..981d89cae82ba1b7677c4ad90ba49c3b32e44d82 100644 --- a/hutool-aop/pom.xml +++ b/hutool-aop/pom.xml @@ -9,7 +9,7 @@ cn.hutool hutool-parent - 5.3.10 + 5.3.11-SNAPSHOT hutool-aop diff --git a/hutool-bloomFilter/pom.xml b/hutool-bloomFilter/pom.xml index fd0fe47e4649b481e2c547fb3f4a09ef0c1dc904..3232645f06c2a4f8b8a1cf1fd0745e2650cdc93d 100644 --- a/hutool-bloomFilter/pom.xml +++ b/hutool-bloomFilter/pom.xml @@ -7,7 +7,7 @@ cn.hutool hutool-parent - 5.3.10 + 5.3.11-SNAPSHOT hutool-bloomFilter diff --git a/hutool-bom/pom.xml b/hutool-bom/pom.xml index 18ddc24495354d45227a8c840f0d7bba90814fbd..fee0b74307a0c93abdc611ecc82ab910875a6116 100644 --- a/hutool-bom/pom.xml +++ b/hutool-bom/pom.xml @@ -7,7 +7,7 @@ cn.hutool hutool-parent - 5.3.10 + 5.3.11-SNAPSHOT hutool-bom diff --git a/hutool-cache/pom.xml b/hutool-cache/pom.xml index 8aa43f2858be947abf4dad26eb42d37410a1c70e..ce6c6f91f74e2bb4256252c71f37d30d14342787 100644 --- a/hutool-cache/pom.xml +++ b/hutool-cache/pom.xml @@ -7,7 +7,7 @@ cn.hutool hutool-parent - 5.3.10 + 5.3.11-SNAPSHOT hutool-cache diff --git a/hutool-captcha/pom.xml b/hutool-captcha/pom.xml index 0092a9fee1b6d158dd0fb4d34885580751629c94..1759e5a5fe8c1f52a69172e4533f4d70452202bc 100644 --- a/hutool-captcha/pom.xml +++ b/hutool-captcha/pom.xml @@ -7,7 +7,7 @@ cn.hutool hutool-parent - 5.3.10 + 5.3.11-SNAPSHOT hutool-captcha diff --git a/hutool-core/pom.xml b/hutool-core/pom.xml index 88e0be4815aa45edf91665192e7b9b507f69ac55..d9d078f826f0a9d7613310e65a13fa4a3c1e806c 100644 --- a/hutool-core/pom.xml +++ b/hutool-core/pom.xml @@ -9,7 +9,7 @@ cn.hutool hutool-parent - 5.3.10 + 5.3.11-SNAPSHOT hutool-core diff --git a/hutool-cron/pom.xml b/hutool-cron/pom.xml index 055295b5149fcdab8a460ad7acf1b18435b2563a..8f9ee83453c7a86226af03d6765487b25774837a 100644 --- a/hutool-cron/pom.xml +++ b/hutool-cron/pom.xml @@ -7,7 +7,7 @@ cn.hutool hutool-parent - 5.3.10 + 5.3.11-SNAPSHOT hutool-cron diff --git a/hutool-crypto/pom.xml b/hutool-crypto/pom.xml index f6e184150937783983fe8e17a8cb0dcf217fae6f..9c660d05f270247b786a10d6e29787185da96399 100644 --- a/hutool-crypto/pom.xml +++ b/hutool-crypto/pom.xml @@ -9,7 +9,7 @@ cn.hutool hutool-parent - 5.3.10 + 5.3.11-SNAPSHOT hutool-crypto diff --git a/hutool-db/pom.xml b/hutool-db/pom.xml index 76dff7054177b77f0bcd723359d8c6734ce85505..7d882bbb24d470d1db1145c03d9956f89736574a 100644 --- a/hutool-db/pom.xml +++ b/hutool-db/pom.xml @@ -9,7 +9,7 @@ cn.hutool hutool-parent - 5.3.10 + 5.3.11-SNAPSHOT hutool-db diff --git a/hutool-dfa/pom.xml b/hutool-dfa/pom.xml index a216eac568e8c8449dcc5448d66c1df5f837acfc..ebcb96aa633b2c3b012a3838067c399e05eb86bd 100644 --- a/hutool-dfa/pom.xml +++ b/hutool-dfa/pom.xml @@ -7,7 +7,7 @@ cn.hutool hutool-parent - 5.3.10 + 5.3.11-SNAPSHOT hutool-dfa diff --git a/hutool-extra/pom.xml b/hutool-extra/pom.xml index d87c2c6f4576c35124d3c196609742788ee94ce4..83c5d85d716167f20feb0b6433f89586e1d5b52c 100644 --- a/hutool-extra/pom.xml +++ b/hutool-extra/pom.xml @@ -9,7 +9,7 @@ cn.hutool hutool-parent - 5.3.10 + 5.3.11-SNAPSHOT hutool-extra diff --git a/hutool-http/pom.xml b/hutool-http/pom.xml index b4963f6566d748b74e4069a7621e0f5da3c76677..b33b256e7f4a5745a53397950d2bc7fa24b8a9eb 100644 --- a/hutool-http/pom.xml +++ b/hutool-http/pom.xml @@ -9,7 +9,7 @@ cn.hutool hutool-parent - 5.3.10 + 5.3.11-SNAPSHOT hutool-http diff --git a/hutool-json/pom.xml b/hutool-json/pom.xml index feedaaa515c329ea512ce8d549de0ff70e5a9111..9deac69974f1d6d952e45a98f3b7c7ad4fd415e9 100644 --- a/hutool-json/pom.xml +++ b/hutool-json/pom.xml @@ -9,7 +9,7 @@ cn.hutool hutool-parent - 5.3.10 + 5.3.11-SNAPSHOT hutool-json diff --git a/hutool-log/pom.xml b/hutool-log/pom.xml index 12e9f31cf394f9ee9306a05df57cd9a48a0190a4..3cbb2d5d97e29072fcde1135eea458e8c3191dac 100644 --- a/hutool-log/pom.xml +++ b/hutool-log/pom.xml @@ -9,7 +9,7 @@ cn.hutool hutool-parent - 5.3.10 + 5.3.11-SNAPSHOT hutool-log diff --git a/hutool-poi/pom.xml b/hutool-poi/pom.xml index 682daa46bd8b1d62798d6c8c3fe1e3d88c9c2c3f..30af39861f54d616402e5a4477ad950aa5f2db26 100644 --- a/hutool-poi/pom.xml +++ b/hutool-poi/pom.xml @@ -8,7 +8,7 @@ cn.hutool hutool-parent - 5.3.10 + 5.3.11-SNAPSHOT hutool-poi diff --git a/hutool-script/pom.xml b/hutool-script/pom.xml index 3ece4642df3b38df083414123f37d041a76f0b3e..92af6e89d0dcb44c4f27ab05fc6cbd3199739114 100644 --- a/hutool-script/pom.xml +++ b/hutool-script/pom.xml @@ -8,7 +8,7 @@ cn.hutool hutool-parent - 5.3.10 + 5.3.11-SNAPSHOT hutool-script diff --git a/hutool-setting/pom.xml b/hutool-setting/pom.xml index b836b6b1a418cba50debec084d41e76a3d21eca1..15284b4f7708930e3caa6ef9ef067cd1e287545f 100644 --- a/hutool-setting/pom.xml +++ b/hutool-setting/pom.xml @@ -9,7 +9,7 @@ cn.hutool hutool-parent - 5.3.10 + 5.3.11-SNAPSHOT hutool-setting diff --git a/hutool-socket/pom.xml b/hutool-socket/pom.xml index 5a3424f87f6dec179a34482433ba61b3a4809456..84f5ca62e2398cc760fa2df7aa8d134e12ada8a7 100644 --- a/hutool-socket/pom.xml +++ b/hutool-socket/pom.xml @@ -9,7 +9,7 @@ cn.hutool hutool-parent - 5.3.10 + 5.3.11-SNAPSHOT hutool-socket diff --git a/hutool-system/pom.xml b/hutool-system/pom.xml index bb0d9629dbcf595dfa840e93fa4003227e61795e..dc05fa1229ce8cc03ec675e386572734e6d3ddda 100644 --- a/hutool-system/pom.xml +++ b/hutool-system/pom.xml @@ -9,7 +9,7 @@ cn.hutool hutool-parent - 5.3.10 + 5.3.11-SNAPSHOT hutool-system diff --git a/pom.xml b/pom.xml index 0fabbba2a4d8f2c82d45a91616163822bf0bbff0..05375f2905cb49ccf5e912ef7afc9a09929aeb6c 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ cn.hutool hutool-parent - 5.3.10 + 5.3.11-SNAPSHOT hutool Hutool是一个小而全的Java工具类库,通过静态方法封装,降低相关API的学习成本,提高工作效率,使Java拥有函数式语言般的优雅,让Java语言也可以“甜甜的”。 https://github.com/looly/hutool