Skip to content

Commit 64d8441

Browse files
authored
chore: release v0.18.0 (#405)
## πŸ€– New release * `near-workspaces`: 0.17.0 -> 0.18.0 (βœ“ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.18.0](near-workspaces-v0.17.0...near-workspaces-v0.18.0) - 2025-03-14 ### Other - [**breaking**] updates near-* dependencies to 0.29 release ([#407](#407)) - remove repetitive words ([#408](#408)) - remove clippy::nursery ([#406](#406)) - cache @v1 -> @v2; + clippy 1.85 ([#403](#403)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/).
1 parent 74ca316 commit 64d8441

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

β€ŽCHANGELOG.mdβ€Ž

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

33
## [Unreleased]
44

5+
## [0.18.0](https://github.com/near/near-workspaces-rs/compare/near-workspaces-v0.17.0...near-workspaces-v0.18.0) - 2025-03-14
6+
7+
### Other
8+
9+
- [**breaking**] updates near-* dependencies to 0.29 release ([#407](https://github.com/near/near-workspaces-rs/pull/407))
10+
- remove repetitive words ([#408](https://github.com/near/near-workspaces-rs/pull/408))
11+
- remove clippy::nursery ([#406](https://github.com/near/near-workspaces-rs/pull/406))
12+
- cache @v1 -> @v2; + clippy 1.85 ([#403](https://github.com/near/near-workspaces-rs/pull/403))
13+
514
## [0.17.0](https://github.com/near/near-workspaces-rs/compare/near-workspaces-v0.16.0...near-workspaces-v0.17.0) - 2024-12-26
615

716
### Added

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

0 commit comments

Comments
Β (0)