Skip to content

Commit c06d120

Browse files
authored
chore: release v0.8.0
1 parent 22a0eec commit c06d120

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ rust-version = "1.85"
55

66
[workspace.package]
77
edition = "2021"
8-
version = "0.7.8"
8+
version = "0.8.0"
99
authors = [
1010
"akorchyn <[email protected]>",
1111
@@ -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.8" }
19+
near-api-types = { path = "types", version = "~0.8.0" }
2020

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

api/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.8.0](https://github.com/near/near-api-rs/compare/near-api-v0.7.8...near-api-v0.8.0) - 2025-12-02
11+
12+
### Added
13+
14+
- [**breaking**] signer interface improvement ([#89](https://github.com/near/near-api-rs/pull/89))
15+
16+
### Other
17+
18+
- [**breaking**] simplify and remove PublicKeyProvider to improve code clarity ([#95](https://github.com/near/near-api-rs/pull/95))
19+
- restricted usage of unwrap and expects, removed some unwraps in signing ([#96](https://github.com/near/near-api-rs/pull/96))
20+
- migrated examples and tests to TestResult from unwraps
21+
- [**breaking**] defer errors for contract interaction ([#93](https://github.com/near/near-api-rs/pull/93))
22+
1023
## [0.7.7](https://github.com/near/near-api-rs/compare/near-api-v0.7.6...near-api-v0.7.7) - 2025-11-10
1124

1225
### Added

types/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.8.0](https://github.com/near/near-api-rs/compare/near-api-types-v0.7.8...near-api-types-v0.8.0) - 2025-12-02
11+
12+
### Other
13+
14+
- restricted usage of unwrap and expects, removed some unwraps in signing ([#96](https://github.com/near/near-api-rs/pull/96))
15+
- [**breaking**] defer errors for contract interaction ([#93](https://github.com/near/near-api-rs/pull/93))
16+
1017
## [0.7.8](https://github.com/near/near-api-rs/compare/near-api-types-v0.7.7...near-api-types-v0.7.8) - 2025-11-26
1118

1219
Synchronize version with near-api

0 commit comments

Comments
 (0)