From 0c1ecad3db2f017deaa6000ced5b6177a2b2110d Mon Sep 17 00:00:00 2001 From: Vlad Frolov Date: Mon, 8 Jul 2024 15:09:56 +0200 Subject: [PATCH] chore: release v0.11.0 (#364) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 🤖 New release * `near-workspaces`: 0.10.1 -> 0.11.0
Changelog

## [0.11.0](https://github.com/near/near-workspaces-rs/compare/near-workspaces-v0.10.1...near-workspaces-v0.11.0) - 2024-07-05 ### Other - Upgraded deps ([#363](https://github.com/near/near-workspaces-rs/pull/363))

--- This PR was generated with [release-plz](https://github.com/MarcoIeni/release-plz/). --- CHANGELOG.md | 5 +++++ workspaces/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d0f8c51..96fa42ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## [Unreleased] +## [0.11.0](https://github.com/near/near-workspaces-rs/compare/near-workspaces-v0.10.1...near-workspaces-v0.11.0) - 2024-07-05 + +### Other +- Upgraded deps ([#363](https://github.com/near/near-workspaces-rs/pull/363)) + ## [0.10.1](https://github.com/near/near-workspaces-rs/compare/near-workspaces-v0.10.0...near-workspaces-v0.10.1) - 2024-06-26 ### Added diff --git a/workspaces/Cargo.toml b/workspaces/Cargo.toml index 2eccd300..10059ce5 100644 --- a/workspaces/Cargo.toml +++ b/workspaces/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "near-workspaces" -version = "0.10.1" +version = "0.11.0" edition = "2018" license = "MIT OR Apache-2.0" readme = "README.md"