From a9bdaf8938973c8e5e245c6e645969d4235898ae Mon Sep 17 00:00:00 2001 From: Matt Haggard Date: Wed, 1 Dec 2021 22:24:53 -0500 Subject: [PATCH] Bump to v4.0.0 --- CHANGELOG.md | 4 ++++ README.md | 4 ++-- changes/break-Run-install-nimsh-within-20211201-221435.md | 1 - 3 files changed, 6 insertions(+), 3 deletions(-) delete mode 100644 changes/break-Run-install-nimsh-within-20211201-221435.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e86503..f9dd79e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/README.md b/README.md index c6366c1..d1beb6d 100644 --- a/README.md +++ b/README.md @@ -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 ``` @@ -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 diff --git a/changes/break-Run-install-nimsh-within-20211201-221435.md b/changes/break-Run-install-nimsh-within-20211201-221435.md deleted file mode 100644 index 499cea4..0000000 --- a/changes/break-Run-install-nimsh-within-20211201-221435.md +++ /dev/null @@ -1 +0,0 @@ -Run install-nim.sh within the github.action_path directory