Skip to content

Commit

Permalink
version bump to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraser999 committed Feb 8, 2024
1 parent a1bcd93 commit 0141599
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .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.1]
branch: [dev, release-2.2.0]
os: [ubuntu-20.04, ubuntu-22.04]
runs-on: ${{ matrix.os }}
steps:
Expand Down
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ All notable changes to this project will be documented in this file. The format



## Unreleased
## [2.2.0] - 2024-02-09

### Changed
* Update dependencies to match casper-node release 1.5.6.
Expand Down Expand Up @@ -206,7 +206,8 @@ No changes.


[Keep a Changelog]: https://keepachangelog.com/en/1.0.0
[Unreleased]: https://github.com/casper-ecosystem/cargo-casper/compare/v2.1.1...dev
[Unreleased]: https://github.com/casper-ecosystem/cargo-casper/compare/v2.2.0...dev
[2.2.0]: https://github.com/casper-ecosystem/cargo-casper/compare/v2.1.1...v2.2.0
[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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-casper"
version = "2.1.1"
version = "2.2.0"
authors = ["Fraser Hutchison <[email protected]>"]
edition = "2021"
description = "A command line tool for creating a Wasm smart contract and tests for use on the Casper network."
Expand Down

0 comments on commit 0141599

Please sign in to comment.