Skip to content

Commit

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

- **FIX:** `$HOME/.nimble/bin` is always added to PATH now
- **FIX:** Added test for installed nimble binaries being in the path
- **FIX:** `binary:` prefix installations work instead of failing to find `nightlies.txt`
- **FIX:** Revert to running from current dir"

# v4.0.0 - 2021-12-01

- **BREAKING CHANGE:** Run install-nim.sh within the github.action_path directory
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@v4.0.0
- uses: iffy/install-nim@v4.0.1
- 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@v4.0.0
- uses: iffy/install-nim@v4.0.1
with:
version: ${{ matrix.version }}
- name: Test
Expand Down
1 change: 0 additions & 1 deletion changes/fix-Revert-to-running-20211201-225329.md

This file was deleted.

0 comments on commit c2cbef2

Please sign in to comment.