Skip to content

Commit 14df71e

Browse files
authored
chore: release v0.8.6 (#142)
1 parent 913e96a commit 14df71e

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ members = ["api", "types"]
55
[workspace.package]
66
rust-version = "1.86"
77
edition = "2024"
8-
version = "0.8.5"
8+
version = "0.8.6"
99
authors = [
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

2121
borsh = "1.5"
2222
async-trait = "0.1"

api/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

types/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)