Skip to content

Commit

Permalink
0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed May 20, 2018
1 parent 06823ef commit 7358b3c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/pages/1 - Intro to Mill.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.,
Expand All @@ -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
Expand Down
1 change: 0 additions & 1 deletion main/src/mill/main/RunScript.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 7358b3c

Please sign in to comment.