From 7358b3c9ecd38cb0d8e268dc7b83156b813a7065 Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Sun, 20 May 2018 07:23:39 -0700 Subject: 0.2.2 --- docs/pages/1 - Intro to Mill.md | 4 ++-- main/src/mill/main/RunScript.scala | 1 - readme.md | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/pages/1 - Intro to Mill.md b/docs/pages/1 - Intro to Mill.md index 25994cae..6a1259b3 100644 --- a/docs/pages/1 - Intro to Mill.md +++ b/docs/pages/1 - Intro to Mill.md @@ -36,7 +36,7 @@ pacaur -S mill ### Windows To get started, download Mill from: -https://github.com/lihaoyi/mill/releases/download/0.2.1/0.2.1, and save it as +https://github.com/lihaoyi/mill/releases/download/0.2.2/0.2.2, and save it as `mill.bat`. Mill also works on a sh environment on Windows (e.g., @@ -60,7 +60,7 @@ To get started, download Mill and install it into your system via the following `curl`/`chmod` command: ```bash -sudo sh -c '(echo "#!/usr/bin/env sh" && curl -L https://github.com/lihaoyi/mill/releases/download/0.2.1/0.2.1) > /usr/local/bin/mill && chmod +x /usr/local/bin/mill' +sudo sh -c '(echo "#!/usr/bin/env sh" && curl -L https://github.com/lihaoyi/mill/releases/download/0.2.2/0.2.2) > /usr/local/bin/mill && chmod +x /usr/local/bin/mill' ``` ### Development Releases diff --git a/main/src/mill/main/RunScript.scala b/main/src/mill/main/RunScript.scala index 5f10db44..50cbb213 100644 --- a/main/src/mill/main/RunScript.scala +++ b/main/src/mill/main/RunScript.scala @@ -76,7 +76,6 @@ object RunScript{ log: Logger ): Res[mill.define.BaseModule] = { - log.info("RunScript.evaluateRootModule") val (pkg, wrapper) = Util.pathToPackageWrapper(Seq(), path relativeTo wd) for { diff --git a/readme.md b/readme.md index 525c6bca..54620267 100644 --- a/readme.md +++ b/readme.md @@ -151,7 +151,7 @@ optimizer without classpath conflicts. ## Changelog -### 0.2.1 +### 0.2.2 - Preserve caches when transitioning between `-i`/`--interactive` and the fast client/server mode ([329](https://github.com/lihaoyi/mill/issues/329)) -- cgit v1.2.3