Skip to content

Commit

Permalink
Merge pull request #64 from Fraser999/version-bump
Browse files Browse the repository at this point in the history
v2.1.1 version bump
  • Loading branch information
Fraser999 authored Nov 27, 2023
2 parents abc9cf9 + 4a96580 commit 360f7b4
Show file tree
Hide file tree
Showing 9 changed files with 398 additions and 381 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci-cargo-casper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ name: ci-cargo-casper
on:
push:
branches:
- "main"
- "dev"
- "feat-*"
- "release-*"
Expand All @@ -13,7 +12,6 @@ on:

pull_request:
branches:
- "main"
- "dev"
- "feat-*"
- "release-*"
Expand All @@ -31,7 +29,7 @@ jobs:

- name: Get nightly toolchain from file
id: nightly-toolchain
run: echo "::set-output name=version::$(cat resources/rust-toolchain.in)"
run: echo "version=$(cat resources/rust-toolchain.in)" >> $GITHUB_OUTPUT

- uses: actions-rs/toolchain@v1
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nightly-scheduled-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
nightly-cargo-test:
strategy:
matrix:
branch: [dev, release-2.1.0]
branch: [dev, release-2.1.1]
os: [ubuntu-20.04, ubuntu-22.04]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -26,7 +26,7 @@ jobs:

- name: Get nightly toolchain from file
id: nightly-toolchain
run: echo "::set-output name=version::$(cat resources/rust-toolchain.in)"
run: echo "version=$(cat resources/rust-toolchain.in)" >> $GITHUB_OUTPUT

- uses: actions-rs/toolchain@v1
with:
Expand Down
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,14 @@ All notable changes to this project will be documented in this file. The format



## [Unreleased]
## [2.1.1] - 2023-11-27

### Changed
* Update pinned version of Rust toolchain to `nightly-2023-03-25` and update dependencies.
* Update pinned version of Rust toolchain to `nightly-2023-03-25`.
* Update generated test for missing runtime arg.
* Update dependencies to match casper-node release 1.5.5.
* Update generated projects to use `edition = 2021` in their manifests.
* Avoid accommodating for `main` branch in integration tests, as this branch has been permanently deleted in favour of a progression of `release-x.y.z` branches.



Expand Down Expand Up @@ -194,7 +198,8 @@ No changes.


[Keep a Changelog]: https://keepachangelog.com/en/1.0.0
[Unreleased]: https://github.com/casper-ecosystem/cargo-casper/compare/v2.1.0...dev
[Unreleased]: https://github.com/casper-ecosystem/cargo-casper/compare/v2.1.1...dev
[2.1.1]: https://github.com/casper-ecosystem/cargo-casper/compare/v2.1.0...v2.1.1
[2.1.0]: https://github.com/casper-ecosystem/cargo-casper/compare/v2.0.10...v2.1.0
[2.0.10]: https://github.com/casper-ecosystem/cargo-casper/compare/v2.0.9...v2.0.10
[2.0.9]: https://github.com/casper-ecosystem/cargo-casper/compare/v2.0.8...v2.0.9
Expand Down
Loading

0 comments on commit 360f7b4

Please sign in to comment.