Skip to content

Commit 7ea986a

Browse files
authored
chore: release v0.19.0 (#412)
## πŸ€– New release * `near-workspaces`: 0.18.0 -> 0.19.0 (βœ“ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.19.0](near-workspaces-v0.18.0...near-workspaces-v0.19.0) - 2025-05-05 ### Added - [**breaking**] build with external `cargo-near` binary CLI in `near_workspaces::compile_project` ([#411](#411)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/).
1 parent 4cb7a29 commit 7ea986a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

β€ŽCHANGELOG.mdβ€Ž

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

33
## [Unreleased]
44

5+
## [0.19.0](https://github.com/near/near-workspaces-rs/compare/near-workspaces-v0.18.0...near-workspaces-v0.19.0) - 2025-05-05
6+
7+
### Added
8+
9+
- [**breaking**] build with external `cargo-near` binary CLI in `near_workspaces::compile_project` ([#411](https://github.com/near/near-workspaces-rs/pull/411))
10+
511
## [0.18.0](https://github.com/near/near-workspaces-rs/compare/near-workspaces-v0.17.0...near-workspaces-v0.18.0) - 2025-03-14
612

713
### Other

β€Ž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.18.0"
3+
version = "0.19.0"
44
edition = "2018"
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"

0 commit comments

Comments
Β (0)