From 6df3c7a70b2634d39aaee67819f8e80ae30e771c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 22 Feb 2019 11:58:32 +0000 Subject: [PATCH] chore(release): 1.1.0 [skip ci] # [1.1.0](https://github.com/WorksApplications/incremental-analysis/compare/v1.0.1...v1.1.0) (2019-02-22) ### Features * support parallel build and multi-module build ([ed6226e](https://github.com/WorksApplications/incremental-analysis/commit/ed6226e)) --- CHANGELOG.md | 6 ++++++ pom.xml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..727911a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,6 @@ +# [1.1.0](https://github.com/WorksApplications/incremental-analysis/compare/v1.0.1...v1.1.0) (2019-02-22) + + +### Features + +* support parallel build and multi-module build ([ed6226e](https://github.com/WorksApplications/incremental-analysis/commit/ed6226e)) diff --git a/pom.xml b/pom.xml index 13d9d10..e0264bd 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.worksap.tools incremental-analysis-maven-plugin maven-plugin - 1.0.1 + 1.1.0 Incremental Analysis Maven Plugin Maven plugin to generate list of target class to analyze in incremental build https://github.com/WorksApplications/incremental-analysis