From 57b0007e060550cac28c7950f09fe8e928fa7cc4 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: Thu, 5 Aug 2021 21:16:57 +0800 Subject: [PATCH] :bookmark: 2.1.3 --- CHANGELOG.md | 7 +++++++ README.md | 6 +++--- gradle.properties | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6694945..e0a789b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # 变更记录 ## 发行版本 +## [2.1.3] - 2021-08-05 +:sparkles: 代码优化,优化流关闭。 +:sparkles: 优化 github actions。 +:bug: 修复 spi,去除注释。 +:bug: 修复 gitee #I4193Q idea 增量编译 bug。 +:bug: 修复 spring-devtools.properties 匹配 bug。 + ## [2.1.2] - 2021-07-26 ### 新功能 - :sparkles: `@AutoService` 支持 gradle 增量编译 diff --git a/README.md b/README.md index 2e9a1d4..c742a8b 100644 --- a/README.md +++ b/README.md @@ -49,19 +49,19 @@ mica auto 采用 Annotation Processor,她不是什么新技术,在 jdk 1.6 net.dreamlu mica-auto - 2.1.2 + 2.1.3 provided ``` ### gradle >= 5.x ```groovy -annotationProcessor("net.dreamlu:mica-auto:2.1.2") +annotationProcessor("net.dreamlu:mica-auto:2.1.3") ``` ### gradle < 5.x ```groovy -compileOnly "net.dreamlu:mica-auto:2.1.2" +compileOnly "net.dreamlu:mica-auto:2.1.3" ``` ## 原理 diff --git a/gradle.properties b/gradle.properties index 341cefe..070cf2d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION=2.1.2 +VERSION=2.1.3 GROUPID=net.dreamlu NEXUS_OSS_USER_NAME=*** -- GitLab