From d93b9abae3aae1a5378f361040190076f7434ff5 Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Fri, 6 Jul 2018 18:17:20 -0700 Subject: 0.2.4 --- docs/pages/1 - Intro to Mill.md | 4 ++-- readme.md | 10 ++++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/docs/pages/1 - Intro to Mill.md b/docs/pages/1 - Intro to Mill.md index 760f0fcb..3602e038 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.3/0.2.3, and save it as +https://github.com/lihaoyi/mill/releases/download/0.2.4/0.2.4, 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.3/0.2.3) > /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.4/0.2.4) > /usr/local/bin/mill && chmod +x /usr/local/bin/mill' ``` ### Development Releases diff --git a/readme.md b/readme.md index 6b087282..88c03a6f 100644 --- a/readme.md +++ b/readme.md @@ -151,6 +151,16 @@ optimizer without classpath conflicts. ## Changelog +### 0.2.4 + +- Fix resolution of `scala-{library,compiler,reflect}` in case of conflict + +- Allow configuration of `JavaModule` and `ScalafmtModule` scala workers + +- Allow hyphens in module and task names + +- Fix publishing of ScalaJS modules to properly handle upstream ScalaJS dependencies + ### 0.2.3 - Added the [mill show visualize](http://www.lihaoyi.com/mill/#visualize) -- cgit v1.2.3