Skip to content

Commit

Permalink
Bump to v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iffy committed Dec 2, 2021
1 parent 37e79df commit a9bdaf8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v4.0.0 - 2021-12-01

- **BREAKING CHANGE:** Run install-nim.sh within the github.action_path directory

# v3.3.0 - 2021-11-11

- **NEW:** Added the `binary:` tag for installing pre-compiled binaries from nightlies, but only having to specify a version. Not supported for all versions.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: iffy/install-nim@v3
- uses: iffy/install-nim@v4
- run: nimble install -y
- run: nimble test
```
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
- windows-latest
steps:
- uses: actions/checkout@v1
- uses: iffy/install-nim@v3
- uses: iffy/install-nim@v4
with:
version: ${{ matrix.version }}
- name: Test
Expand Down
1 change: 0 additions & 1 deletion changes/break-Run-install-nimsh-within-20211201-221435.md

This file was deleted.

0 comments on commit a9bdaf8

Please sign in to comment.