Skip to content

Commit 2732d93

Browse files
frolakorchyn
authored andcommitted
chore: release
1 parent 8f06ec6 commit 2732d93

File tree

5 files changed

+21
-3
lines changed

5 files changed

+21
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.8.0" }
2020

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

api/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ 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.7...near-api-v0.8.0) - 2025-11-25
11+
12+
### Added
13+
14+
- remove `ledger` and `keystore` as default features ([#90](https://github.com/near/near-api-rs/pull/90))
15+
- added support for proper RPC related errors. ([#88](https://github.com/near/near-api-rs/pull/88))
16+
17+
### Other
18+
19+
- reduce concurrent transaction to make test less flaky
20+
- added example for staking functionality ([#78](https://github.com/near/near-api-rs/pull/78))
21+
1022
## [0.7.7](https://github.com/near/near-api-rs/compare/near-api-v0.7.6...near-api-v0.7.7) - 2025-11-10
1123

1224
### Added

api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "near-api"
3-
version = "0.7.7"
3+
version = "0.8.0"
44
rust-version = "1.85"
55
resolver = "2"
66
authors.workspace = true

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.0](https://github.com/near/near-api-rs/compare/near-api-types-v0.7.3...near-api-types-v0.8.0) - 2025-11-25
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

types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "near-api-types"
3-
version = "0.7.3"
3+
version = "0.8.0"
44
resolver = "2"
55
authors.workspace = true
66
license.workspace = true

0 commit comments

Comments
 (0)