Skip to content

Commit 10a6c1a

Browse files
authored
chore: release v0.14.1 (#382)
## 🤖 New release * `near-workspaces`: 0.14.0 -> 0.14.1 (✓ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.14.1](near-workspaces-v0.14.0...near-workspaces-v0.14.1) - 2024-10-18 ### Fixed - TransactionStatus::status should not be waiting for Final ([#379](#379)) ### Other - fix clippy 1.82 (doc preambles) ([#381](#381)) - bump cargo-near-build to 0.2.0 ([#380](#380)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/MarcoIeni/release-plz/).
1 parent 8ada789 commit 10a6c1a

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

33
## [Unreleased]
44

5+
## [0.14.1](https://github.com/near/near-workspaces-rs/compare/near-workspaces-v0.14.0...near-workspaces-v0.14.1) - 2024-10-18
6+
7+
### Fixed
8+
9+
- TransactionStatus::status should not be waiting for Final ([#379](https://github.com/near/near-workspaces-rs/pull/379))
10+
11+
### Other
12+
13+
- fix clippy 1.82 (doc preambles) ([#381](https://github.com/near/near-workspaces-rs/pull/381))
14+
- bump cargo-near-build to 0.2.0 ([#380](https://github.com/near/near-workspaces-rs/pull/380))
15+
516
## [0.14.0](https://github.com/near/near-workspaces-rs/compare/near-workspaces-v0.13.0...near-workspaces-v0.14.0) - 2024-09-12
617

718
### 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.14.0"
3+
version = "0.14.1"
44
edition = "2018"
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"

0 commit comments

Comments
 (0)