Skip to content

Commit 3be341b

Browse files
authored
chore: release v0.15.0 (#384)
## πŸ€– New release * `near-workspaces`: 0.14.1 -> 0.15.0 (βœ“ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.15.0](near-workspaces-v0.14.1...near-workspaces-v0.15.0) - 2024-11-18 ### Other - [**breaking**] updates near-* dependencies to 0.27 release ([#387](#387)) - [**breaking**] reexport `cargo-near-build` for configurable build if needed ([#386](#386)) - make cargo-near-build optional in manifest ([#383](#383)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/MarcoIeni/release-plz/).
1 parent e9a1eea commit 3be341b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## [0.15.0](https://github.com/near/near-workspaces-rs/compare/near-workspaces-v0.14.1...near-workspaces-v0.15.0) - 2024-11-18
6+
7+
### Other
8+
9+
- [**breaking**] updates near-* dependencies to 0.27 release ([#387](https://github.com/near/near-workspaces-rs/pull/387))
10+
- [**breaking**] reexport `cargo-near-build` for configurable build if needed ([#386](https://github.com/near/near-workspaces-rs/pull/386))
11+
- make cargo-near-build optional in manifest ([#383](https://github.com/near/near-workspaces-rs/pull/383))
12+
513
## [0.14.1](https://github.com/near/near-workspaces-rs/compare/near-workspaces-v0.14.0...near-workspaces-v0.14.1) - 2024-10-18
614

715
### Fixed

β€Žworkspaces/Cargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "near-workspaces"
3-
version = "0.14.1"
3+
version = "0.15.0"
44
edition = "2018"
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"

0 commit comments

Comments
Β (0)