File tree Expand file tree Collapse file tree 5 files changed +19
-3
lines changed
Expand file tree Collapse file tree 5 files changed +19
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ repository = "https://github.com/near/near-api-rs"
1616
1717
1818[workspace .dependencies ]
19- near-api-types = { path = " types" , version = " 0.7.3 " }
19+ near-api-types = { path = " types" , version = " 0.7.4 " }
2020
2121borsh = " 1.5"
2222async-trait = " 0.1"
Original file line number Diff line number Diff line change @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.7.8] ( https://github.com/near/near-api-rs/compare/near-api-v0.7.7...near-api-v0.7.8 ) - 2025-11-24
11+
12+ ### Added
13+
14+ - added support for proper RPC related errors. ([ #88 ] ( https://github.com/near/near-api-rs/pull/88 ) )
15+
16+ ### Other
17+
18+ - added example for staking functionality ([ #78 ] ( https://github.com/near/near-api-rs/pull/78 ) )
19+
1020## [ 0.7.7] ( https://github.com/near/near-api-rs/compare/near-api-v0.7.6...near-api-v0.7.7 ) - 2025-11-10
1121
1222### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " near-api"
3- version = " 0.7.7 "
3+ version = " 0.7.8 "
44rust-version = " 1.85"
55resolver = " 2"
66authors.workspace = true
Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.7.4] ( https://github.com/near/near-api-rs/compare/near-api-types-v0.7.3...near-api-types-v0.7.4 ) - 2025-11-24
11+
12+ ### Added
13+
14+ - added support for proper RPC related errors. ([ #88 ] ( https://github.com/near/near-api-rs/pull/88 ) )
15+
1016## [ 0.7.3] ( https://github.com/near/near-api-rs/compare/near-api-types-v0.7.2...near-api-types-v0.7.3 ) - 2025-11-10
1117
1218### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " near-api-types"
3- version = " 0.7.3 "
3+ version = " 0.7.4 "
44resolver = " 2"
55authors.workspace = true
66license.workspace = true
You can’t perform that action at this time.
0 commit comments