From ae3a173744bef21b62667faa17e332bd2159ac64 Mon Sep 17 00:00:00 2001 From: Vlad Frolov Date: Tue, 10 Sep 2024 13:48:02 +0100 Subject: [PATCH] chore: release v0.13.0 (#374) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 🤖 New release * `near-workspaces`: 0.12.0 -> 0.13.0
Changelog

## [0.13.0](https://github.com/near/near-workspaces-rs/compare/near-workspaces-v0.12.0...near-workspaces-v0.13.0) - 2024-09-10 ### Other - [**breaking**] updates near-* dependencies to 0.25 ([#375](https://github.com/near/near-workspaces-rs/pull/375)) - replace `cargo-near` with `cargo-near-build` ([#373](https://github.com/near/near-workspaces-rs/pull/373))

--- This PR was generated with [release-plz](https://github.com/MarcoIeni/release-plz/). --- CHANGELOG.md | 7 +++++++ workspaces/Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6a2e637..c7cbbc9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ ## [Unreleased] +## [0.13.0](https://github.com/near/near-workspaces-rs/compare/near-workspaces-v0.12.0...near-workspaces-v0.13.0) - 2024-09-10 + +### Other + +- [**breaking**] updates near-* dependencies to 0.25 ([#375](https://github.com/near/near-workspaces-rs/pull/375)) +- replace `cargo-near` with `cargo-near-build` ([#373](https://github.com/near/near-workspaces-rs/pull/373)) + ## [0.12.0](https://github.com/near/near-workspaces-rs/compare/near-workspaces-v0.11.1...near-workspaces-v0.12.0) - 2024-08-15 ### Other diff --git a/workspaces/Cargo.toml b/workspaces/Cargo.toml index 251e5110..0521eb02 100644 --- a/workspaces/Cargo.toml +++ b/workspaces/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "near-workspaces" -version = "0.12.0" +version = "0.13.0" edition = "2018" license = "MIT OR Apache-2.0" readme = "README.md"