From 3037df32bc76c97c688dd1aa07416d0a6585af3d Mon Sep 17 00:00:00 2001 From: Vlad Frolov Date: Thu, 19 Oct 2023 15:46:22 +0200 Subject: [PATCH] chore: release v0.4.1 (#112) --- Cargo.lock | 4 ++-- cargo-near/CHANGELOG.md | 12 ++++++++++++ cargo-near/Cargo.toml | 2 +- cargo-near/src/commands/mod.rs | 1 + 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 25fec2de..9dd472f1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -800,7 +800,7 @@ dependencies = [ [[package]] name = "cargo-near" -version = "0.4.0" +version = "0.4.1" dependencies = [ "atty", "bs58 0.4.0", @@ -842,7 +842,7 @@ version = "0.1.0" dependencies = [ "borsh 0.9.3", "camino", - "cargo-near 0.4.0", + "cargo-near 0.4.1", "clap 4.4.6", "color-eyre", "const_format", diff --git a/cargo-near/CHANGELOG.md b/cargo-near/CHANGELOG.md index 687d77ac..016c4dc1 100644 --- a/cargo-near/CHANGELOG.md +++ b/cargo-near/CHANGELOG.md @@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.1](https://github.com/near/cargo-near/compare/cargo-near-v0.4.0...cargo-near-v0.4.1) - 2023-10-19 + +### Added +- New command - deploy ([#113](https://github.com/near/cargo-near/pull/113)) +- New command - create-dev-account ([#108](https://github.com/near/cargo-near/pull/108)) + +### Fixed +- `cargo near build` now works on Windows ([#110](https://github.com/near/cargo-near/pull/110)) + +### Other +- remove `#[ignore]` from parts of test suite, using `near-workspaces` ([#111](https://github.com/near/cargo-near/pull/111)) + ## [0.4.0](https://github.com/near/cargo-near/compare/cargo-near-v0.3.1...cargo-near-v0.4.0) - 2023-10-01 ### Other diff --git a/cargo-near/Cargo.toml b/cargo-near/Cargo.toml index a326a927..a4083f66 100644 --- a/cargo-near/Cargo.toml +++ b/cargo-near/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-near" -version = "0.4.0" +version = "0.4.1" authors = ["Near Inc "] edition = "2021" rust-version = "1.70.0" diff --git a/cargo-near/src/commands/mod.rs b/cargo-near/src/commands/mod.rs index 2ef1f5e2..691ffca3 100644 --- a/cargo-near/src/commands/mod.rs +++ b/cargo-near/src/commands/mod.rs @@ -9,6 +9,7 @@ pub mod deploy; #[interactive_clap(context = near_cli_rs::GlobalContext)] #[strum_discriminants(derive(EnumMessage, EnumIter))] #[interactive_clap(disable_back)] +#[non_exhaustive] /// What are you up to? (select one of the options with the up-down arrows on your keyboard and press Enter) pub enum NearCommand { #[strum_discriminants(strum(