From 65c77d4723c9342670991719a7c08bb263e6eda0 Mon Sep 17 00:00:00 2001 From: Vlad Frolov Date: Wed, 18 Dec 2024 18:08:07 +0100 Subject: [PATCH] chore: release v0.16.0 (#394) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 🤖 New release * `near-workspaces`: 0.15.0 -> 0.16.0 (✓ API compatible changes)
Changelog

## [0.16.0](https://github.com/near/near-workspaces-rs/compare/near-workspaces-v0.15.0...near-workspaces-v0.16.0) - 2024-12-18 ### Fixed - include fix from https://github.com/near/cargo-near/pull/266 (#395) ### Other - [**breaking**] updates near-* dependencies to 0.28 release (#392)

--- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/). --- CHANGELOG.md | 10 ++++++++++ workspaces/Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8760db77..d71a1ad4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ ## [Unreleased] +## [0.16.0](https://github.com/near/near-workspaces-rs/compare/near-workspaces-v0.15.0...near-workspaces-v0.16.0) - 2024-12-18 + +### Fixed + +- include fix from https://github.com/near/cargo-near/pull/266 (#395) + +### Other + +- [**breaking**] updates near-* dependencies to 0.28 release (#392) + ## [0.15.0](https://github.com/near/near-workspaces-rs/compare/near-workspaces-v0.14.1...near-workspaces-v0.15.0) - 2024-11-18 ### Other diff --git a/workspaces/Cargo.toml b/workspaces/Cargo.toml index f2ef640d..d4b1c451 100644 --- a/workspaces/Cargo.toml +++ b/workspaces/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "near-workspaces" -version = "0.15.0" +version = "0.16.0" edition = "2018" license = "MIT OR Apache-2.0" readme = "README.md"