diff --git a/CHANGELOG.md b/CHANGELOG.md index d5ff5b20..7a53d79a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.1] - 2023-06-23 + +- Exposed `build` and `abi` modules to make them reusable when cargo-near is used as a crate. + ## [0.3.0] - 2022-11-10 Highlight: We revised the overall experience of the CLI, making it more accessible, robust, and easier to understand. diff --git a/Cargo.lock b/Cargo.lock index e91baf44..d98527d3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -476,7 +476,7 @@ dependencies = [ [[package]] name = "cargo-near" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anyhow", "atty", diff --git a/cargo-near/Cargo.toml b/cargo-near/Cargo.toml index b9753171..0845c4a0 100644 --- a/cargo-near/Cargo.toml +++ b/cargo-near/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-near" -version = "0.3.0" +version = "0.3.1" authors = ["Near Inc "] edition = "2021" rust-version = "1.60.0"