From 90235333a39704eb18f48c2e13b7791acc4b9b67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A6=82=E6=A2=A6=E6=8A=80=E6=9C=AF?= <596392912@qq.com> Date: Fri, 5 Jun 2020 19:21:47 +0800 Subject: [PATCH] =?UTF-8?q?:memo:=20=E5=AE=8C=E5=96=84=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E6=97=A5=E5=BF=97.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 18 ++++++++++++++++++ README.md | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b1a4869..149dbc19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,24 @@ # 变更记录 ## 发行版本 +### v2.0.2-GA - 2020-06-06 +- :sparkles: `release` 版本号格式为 `x.x.x-GA`,响应 `冷神` 的吐槽。 +- :bug: Fixing DateUtil.parse github #25。 +- :memo: mica-core 完善 javadoc,方便生成文档。 +- :sparkles: mica-core Once 添加函数方法。 +- :sparkles: mica-core 优化 WebUtil renderJson。 +- :sparkles: mica-http Slf4jLogger 改为枚举。 +- :sparkles: mica-core 添加 DecimalNum 方便金额计算。 +- :sparkles: mica-core 优化 JsonUtil。 +- :sparkles: 文案错误,redis prefixKeysWith 方法过时 +- :sparkles: mica-captcha 添加 CaptchaVo。 +- :arrow_up: spring boot to 2.3.0.RELEASE。 +- :arrow_up: mica-auto version to 1.2.3。 +- :arrow_up: okhttp version to 3.14.9。 +- :arrow_up: update knife4j to 2.0.3。 +- :arrow_up: spring cloud to Hoxton.SR5 +- :wrench: Github actions publish snapshot. + ### v2.0.1.20200510 - :sparkles: 开源 mica-ip2region 组件。 - :zap: mica-core 优化 R.isNotSuccess 改为 isFail。 diff --git a/README.md b/README.md index d053148b..279b2bb2 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ [**更新记录**](CHANGELOG.md) ## 版本号说明 -`release` 版本号格式为 `x.x.x.发版当然日期`。 +`release` 版本号格式为 `x.x.x-GA`,响应 `冷神` 的吐槽,改短了一点。 `snapshots` 版本号格式为 `x.x.x-SNAPSHOT`,`snapshots` 版每次提交后会自动构建。 -- GitLab