From b21b658292ca7d9088b23d2df14c2601a666efc0 Mon Sep 17 00:00:00 2001 From: Miraculous Owonubi Date: Thu, 10 Nov 2022 07:01:28 +0400 Subject: [PATCH] bump to v0.3.0 --- CHANGELOG.md | 5 ++++- Cargo.lock | 2 +- cargo-near/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf6f8cb7..ddfa6104 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.0] - 2022-11-10 + Highlight: We revised the overall experience of the CLI, making it more accessible, robust, and easier to understand. - The minimum supported version of the SDK for this release is `4.1.0`. @@ -26,5 +28,6 @@ Highlight: We revised the overall experience of the CLI, making it more accessib > Release Page: -[unreleased]: https://github.com/near/cargo-near/compare/v0.2.0...HEAD +[unreleased]: https://github.com/near/cargo-near/compare/v0.3.0...HEAD +[0.3.0]: https://github.com/near/cargo-near/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/near/cargo-near/releases/tag/v0.2.0 diff --git a/Cargo.lock b/Cargo.lock index 0a8c9fe5..18176a76 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -470,7 +470,7 @@ dependencies = [ [[package]] name = "cargo-near" -version = "0.2.0" +version = "0.3.0" dependencies = [ "anyhow", "bs58", diff --git a/cargo-near/Cargo.toml b/cargo-near/Cargo.toml index 8b4c7780..5063de29 100644 --- a/cargo-near/Cargo.toml +++ b/cargo-near/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-near" -version = "0.2.0" +version = "0.3.0" authors = ["Near Inc "] edition = "2021" rust-version = "1.56.0"