Skip to content

Commit

Permalink
Merge branch 'master' of github.com:lihaoyi/mill
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Dec 20, 2019
2 parents 5cde512 + 009620f commit fd66664
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
6 changes: 3 additions & 3 deletions docs/pages/1 - Intro to Mill.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ pkg install mill
### Windows

To get started, download Mill from:
https://github.com/lihaoyi/mill/releases/download/0.5.4/0.5.4-assembly, and save it as
https://github.com/lihaoyi/mill/releases/download/0.5.5/0.5.5-assembly, and save it as
`mill.bat`.

If you're using [Scoop](https://scoop.sh) you can install Mill via
Expand Down Expand Up @@ -81,7 +81,7 @@ To get started, download Mill and install it into your system via the following
`curl`/`chmod` command:

```bash
sudo curl -L https://github.com/lihaoyi/mill/releases/download/0.5.4/0.5.4 > /usr/local/bin/mill && sudo chmod +x /usr/local/bin/mill
sudo curl -L https://github.com/lihaoyi/mill/releases/download/0.5.5/0.5.5 > /usr/local/bin/mill && sudo chmod +x /usr/local/bin/mill
```

### Bootstrap Scripts (Linux/OS-X Only)
Expand All @@ -90,7 +90,7 @@ If you are using Mill in a codebase, you can commit the bootstrap launcher as a
`./mill` script in the project folder:

```bash
curl -L https://github.com/lihaoyi/mill/releases/download/0.5.4/0.5.4 > mill && chmod +x mill
curl -L https://github.com/lihaoyi/mill/releases/download/0.5.5/0.5.5 > mill && chmod +x mill
```

Now, anyone who wants to work with the project can simply use the `./mill`
Expand Down
11 changes: 7 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,11 +170,13 @@ corresponding version of Mill.
### master

*For details refer to
[milestone after 0.5.4](https://github.com/lihaoyi/mill/milestone/33?closed=1)
and the [list of commits](https://github.com/lihaoyi/mill/compare/0.5.4...master).*
[milestone after 0.5.5](https://github.com/lihaoyi/mill/milestone/33?closed=1)
and the [list of commits](https://github.com/lihaoyi/mill/compare/0.5.5...master).*

### 0.5.6 - 2019-12-20

*(we skipped version 0.5.4 as we had some publishing issues)*

- Bump library versions: Ammonite 1.9.2, uPickle 0.9.0, Scalatags 0.8.2, OS-Lib
0.5.0, Requests 0.3.0, Geny 0.2.0, uTest 0.7.1
- Fixed a long standing issue that output of sub-processes are only shown when `-i` option was used.
Expand All @@ -184,8 +186,9 @@ and the [list of commits](https://github.com/lihaoyi/mill/compare/0.5.4...master
- `ScalaPBModule`: added extra include path option

*For details refer to
[milestone 0.5.4](https://github.com/lihaoyi/mill/milestone/32?closed=1)
and the [list of commits](https://github.com/lihaoyi/mill/compare/0.5.3...0.5.4).*
[milestone 0.5.5](https://github.com/lihaoyi/mill/milestone/32?closed=1)
and the [list of commits](https://github.com/lihaoyi/mill/compare/0.5.3...0.5.5).*


### 0.5.3 - 2019-12-07

Expand Down

0 comments on commit fd66664

Please sign in to comment.