From 10a6c1a00b2b6c937242043312455e05f0d4a125 Mon Sep 17 00:00:00 2001 From: Vlad Frolov Date: Sat, 19 Oct 2024 10:15:59 +0200 Subject: [PATCH] chore: release v0.14.1 (#382) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 🤖 New release * `near-workspaces`: 0.14.0 -> 0.14.1 (✓ API compatible changes)
Changelog

## [0.14.1](https://github.com/near/near-workspaces-rs/compare/near-workspaces-v0.14.0...near-workspaces-v0.14.1) - 2024-10-18 ### Fixed - TransactionStatus::status should not be waiting for Final ([#379](https://github.com/near/near-workspaces-rs/pull/379)) ### Other - fix clippy 1.82 (doc preambles) ([#381](https://github.com/near/near-workspaces-rs/pull/381)) - bump cargo-near-build to 0.2.0 ([#380](https://github.com/near/near-workspaces-rs/pull/380))

--- This PR was generated with [release-plz](https://github.com/MarcoIeni/release-plz/). --- CHANGELOG.md | 11 +++++++++++ workspaces/Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9234042f..ab6ae90e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ ## [Unreleased] +## [0.14.1](https://github.com/near/near-workspaces-rs/compare/near-workspaces-v0.14.0...near-workspaces-v0.14.1) - 2024-10-18 + +### Fixed + +- TransactionStatus::status should not be waiting for Final ([#379](https://github.com/near/near-workspaces-rs/pull/379)) + +### Other + +- fix clippy 1.82 (doc preambles) ([#381](https://github.com/near/near-workspaces-rs/pull/381)) +- bump cargo-near-build to 0.2.0 ([#380](https://github.com/near/near-workspaces-rs/pull/380)) + ## [0.14.0](https://github.com/near/near-workspaces-rs/compare/near-workspaces-v0.13.0...near-workspaces-v0.14.0) - 2024-09-12 ### Other diff --git a/workspaces/Cargo.toml b/workspaces/Cargo.toml index 0b784057..1b687882 100644 --- a/workspaces/Cargo.toml +++ b/workspaces/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "near-workspaces" -version = "0.14.0" +version = "0.14.1" edition = "2018" license = "MIT OR Apache-2.0" readme = "README.md"