Skip to content

Commit e2d22ef

Browse files
authored
chore: release v0.8.3 (#110)
1 parent d074015 commit e2d22ef

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-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.8.2"
8+
version = "0.8.3"
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.2" }
19+
near-api-types = { path = "types", version = "~0.8.3" }
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.3](https://github.com/near/near-api-rs/compare/near-api-v0.8.2...near-api-v0.8.3) - 2026-01-21
11+
12+
### Added
13+
14+
- serialize U128 and U64 as JSON strings ([#112](https://github.com/near/near-api-rs/pull/112))
15+
- support for raw bytes response ([#107](https://github.com/near/near-api-rs/pull/107))
16+
- updated openapi types to 0.7 ([#104](https://github.com/near/near-api-rs/pull/104))
17+
18+
### Fixed
19+
20+
- use finalized block hash for transaction signing ([#116](https://github.com/near/near-api-rs/pull/116))
21+
1022
## [0.8.2](https://github.com/near/near-api-rs/compare/near-api-v0.8.1...near-api-v0.8.2) - 2025-12-14
1123

1224
### Fixed

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.3](https://github.com/near/near-api-rs/compare/near-api-types-v0.8.2...near-api-types-v0.8.3) - 2026-01-21
11+
12+
### Added
13+
14+
- serialize U128 and U64 as JSON strings ([#112](https://github.com/near/near-api-rs/pull/112))
15+
- updated openapi types to 0.7 ([#104](https://github.com/near/near-api-rs/pull/104))
16+
1017
## [0.8.2](https://github.com/near/near-api-rs/compare/near-api-types-v0.8.1...near-api-types-v0.8.2) - 2025-12-14
1118

1219
### Fixed

0 commit comments

Comments
 (0)