File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed
Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ rust-version = "1.85"
55
66[workspace .package ]
77edition = " 2024"
8- version = " 0.8.3 "
8+ version = " 0.8.4 "
99authors = [
1010 " akorchyn <artur.yurii.korchynskyi@gmail.com>" ,
1111 " frol <frolvlad@gmail.com>" ,
@@ -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.8.3 " }
19+ near-api-types = { path = " types" , version = " ~0.8.4 " }
2020
2121borsh = " 1.5"
2222async-trait = " 0.1"
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.8.4] ( https://github.com/near/near-api-rs/compare/near-api-v0.8.3...near-api-v0.8.4 ) - 2026-02-20
11+
12+ ### Other
13+
14+ - upgrade to Rust edition 2024 ([ #118 ] ( https://github.com/near/near-api-rs/pull/118 ) )
15+
1016## [ 0.8.3] ( https://github.com/near/near-api-rs/compare/near-api-v0.8.2...near-api-v0.8.3 ) - 2026-01-21
1117
1218### Added
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.8.4] ( https://github.com/near/near-api-rs/compare/near-api-types-v0.8.3...near-api-types-v0.8.4 ) - 2026-02-20
11+
12+ ### Added
13+
14+ - Implement Deref for NonDelegateAction and format output ([ #119 ] ( https://github.com/near/near-api-rs/pull/119 ) )
15+
16+ ### Other
17+
18+ - upgrade to Rust edition 2024 ([ #118 ] ( https://github.com/near/near-api-rs/pull/118 ) )
19+
1020## [ 0.8.3] ( https://github.com/near/near-api-rs/compare/near-api-types-v0.8.2...near-api-types-v0.8.3 ) - 2026-01-21
1121
1222### Added
You can’t perform that action at this time.
0 commit comments