diff --git a/.travis.yml b/.travis.yml index 700bf51..cde9673 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,8 @@ jdk: env: - TEST_MILL_VERSION= - - TEST_MILL_VERSION=0.5.7 + - TEST_MILL_VERSION=0.6.0 + - TEST_MILL_VERSION=0.6.1 script: - ./millw test diff --git a/README.adoc b/README.adoc index 60f83b3..5e52bff 100644 --- a/README.adoc +++ b/README.adoc @@ -2,7 +2,7 @@ :version: 0.0.2 :kotlinVersion: 1.3.61 :projectHome: https://github.com/lefou/mill-kotlin -:mill-version: 0.5.7 +:mill-version: 0.6.0 :toc: :toc-placement: preamble @@ -86,6 +86,8 @@ The following table shows a matrix of compatible mill and mill-kotlin versions. [options="header"] |=== | mill-kotlin | mill +| master | 0.6.0 - 0.6.1 +| 0.0.2 | 0.5.7 | 0.0.1 | 0.5.7 |=== @@ -123,21 +125,45 @@ Contributing:: == Changelog +=== master +:version: 0.0.3 +:prev-version: 0.0.2 +:github-milestone: + +* Updated Mill API to 0.6.0 + +_See +ifeval::["{github-milestone}" != ""] +https://github.com/lefou/mill-kotlin/milestone/{github-milestone}?closed=1[milstone {version}] +and the +endif::[] +https://github.com/lefou/mill-kotlin/compare/{prev-version}...{version}[list of commits]_ + + === mill-kotlin 0.0.2 - 2020-02-25 -:prev-version: 0.0.1 :version: 0.0.2 -:github-milestone:1 +:prev-version: 0.0.1 +:github-milestone: 1 * Fixed non-functional `kotlincHelp` target -_See https://github.com/lefou/mill-kotlin/milestone/{github-milestone}?closed=1[milstone {version}] -and the https://github.com/lefou/mill-kotlin/compare/{prev-version}...{version}[list of commits]_ +_See +ifeval::["{github-milestone}" != ""] +https://github.com/lefou/mill-kotlin/milestone/{github-milestone}?closed=1[milstone {version}] +and the +endif::[] +https://github.com/lefou/mill-kotlin/compare/{prev-version}...{version}[list of commits]_ === mill-kotlin 0.0.1 - 2020-02-20 -:prev-version: :version: 0.0.1 +:prev-version: 6756a7323d020eabedf9a9cd70f54c61fe30472a :github-milestone: * Initial release -//_See https://github.com/lefou/mill-kotlin/milestone/{github-milestone}?closed=1[milstone {version}] -//and the https://github.com/lefou/mill-kotlin/compare/{prev-version}...{version}[list of commits]_ + +_See +ifeval::["{github-milestone}" != ""] +https://github.com/lefou/mill-kotlin/milestone/{github-milestone}?closed=1[milstone {version}] +and the +endif::[] +https://github.com/lefou/mill-kotlin/compare/{prev-version}...{version}[list of commits]_ diff --git a/build.sc b/build.sc index 149da68..61b5f8a 100644 --- a/build.sc +++ b/build.sc @@ -10,7 +10,7 @@ import mill.main.Tasks object Deps { def kotlinVersion = "1.3.61" - def millVersion = "0.5.7" + def millVersion = "0.6.0" def scalaVersion = "2.12.10" val kotlinCompiler = ivy"org.jetbrains.kotlin:kotlin-compiler:${kotlinVersion}"