summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2019-05-19 20:24:28 +0800
committerLi Haoyi <haoyi.sg@gmail.com>2019-05-19 20:24:28 +0800
commit9f1d098b9332171005fa5284cce43a5472798412 (patch)
treeb742e867d67ebe4114069295cc8b865093f09cc4
parent694d323d67b492d38c15759d9b25f38e3119a767 (diff)
downloadmill-0.3.7.tar.gz
mill-0.3.7.tar.bz2
mill-0.3.7.zip
0.3.70.3.7
-rw-r--r--docs/pages/1 - Intro to Mill.md4
-rw-r--r--readme.md19
2 files changed, 19 insertions, 4 deletions
diff --git a/docs/pages/1 - Intro to Mill.md b/docs/pages/1 - Intro to Mill.md
index 61608ba5..f7094274 100644
--- a/docs/pages/1 - Intro to Mill.md
+++ b/docs/pages/1 - Intro to Mill.md
@@ -44,7 +44,7 @@ pkg install mill
### Windows
To get started, download Mill from:
-https://github.com/lihaoyi/mill/releases/download/0.3.6/0.3.6, and save it as
+https://github.com/lihaoyi/mill/releases/download/0.3.7/0.3.7, and save it as
`mill.bat`.
If you're using [Scoop](https://scoop.sh) you can install Mill via
@@ -81,7 +81,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.3.6/0.3.6) > /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.3.7/0.3.7) > /usr/local/bin/mill && chmod +x /usr/local/bin/mill'
```
### Development Releases
diff --git a/readme.md b/readme.md
index ec074c1b..6fc46b4f 100644
--- a/readme.md
+++ b/readme.md
@@ -155,9 +155,24 @@ optimizer without classpath conflicts.
## Changelog
-### {master}
+### 0.3.7
-- Publish compileIvyDeps as provided scope
+- Publish `compileIvyDeps` as provided scope
+ ([535](https://github.com/lihaoyi/mill/issues/535))
+
+- Added contrib modules to integrate
+ [Bloop](http://www.lihaoyi.com/mill/page/contrib-modules.html#bloop),
+ [Flyway](http://www.lihaoyi.com/mill/page/contrib-modules.html#flyway),
+ [Play Framework](http://www.lihaoyi.com/mill/page/contrib-modules.html#play-framework)
+
+- Allow configuration of GPG key names when publishing
+ ([530](https://github.com/lihaoyi/mill/pull/530))
+
+- Bump Ammonite version to 1.6.7, making
+ [Requests-Scala](https://github.com/lihaoyi/requests-scala) available to use
+ in your `build.sc`
+
+- Support for Scala 2.13.0-RC2
### 0.3.6