File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ members = ["api", "types"]
55[workspace .package ]
66rust-version = " 1.86"
77edition = " 2024"
8- version = " 0.8.5 "
8+ version = " 0.8.6 "
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.5 " }
19+ near-api-types = { path = " types" , version = " ~0.8.6 " }
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.6] ( https://github.com/near/near-api-rs/compare/near-api-v0.8.5...near-api-v0.8.6 ) - 2026-04-15
11+
12+ ### Other
13+
14+ - changed ` slipped10 ` to ` near-slip10 ` ([ #143 ] ( https://github.com/near/near-api-rs/pull/143 ) )
15+
1016## [ 0.8.5] ( https://github.com/near/near-api-rs/compare/near-api-v0.8.4...near-api-v0.8.5 ) - 2026-03-05
1117
1218### Other
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.6] ( https://github.com/near/near-api-rs/compare/near-api-types-v0.8.5...near-api-types-v0.8.6 ) - 2026-04-15
11+
12+ ### Other
13+
14+ - update Cargo.toml dependencies
15+
1016## [ 0.8.5] ( https://github.com/near/near-api-rs/compare/near-api-types-v0.8.4...near-api-types-v0.8.5 ) - 2026-03-05
1117
1218### Other
You can’t perform that action at this time.
0 commit comments