Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ rust-version = "1.86"

[workspace.package]
edition = "2024"
version = "0.8.3"
version = "0.8.4"
Copy link

Copilot AI Feb 15, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR description states that near-api is being updated from 0.8.3 to 0.8.4, but the api/CHANGELOG.md file does not appear to be updated with a new 0.8.4 entry in this PR. The changelog only shows 0.8.3 as the latest version. Since this is a release PR for version 0.8.4, there should be a corresponding CHANGELOG entry for near-api 0.8.4, or the version should remain at 0.8.3 if there are no changes to the near-api package.

Copilot uses AI. Check for mistakes.
authors = [
"akorchyn <artur.yurii.korchynskyi@gmail.com>",
"frol <frolvlad@gmail.com>",
Expand All @@ -16,7 +16,7 @@ repository = "https://github.com/near/near-api-rs"


[workspace.dependencies]
near-api-types = { path = "types", version = "~0.8.3" }
near-api-types = { path = "types", version = "~0.8.4" }

borsh = "1.5"
async-trait = "0.1"
Expand Down
10 changes: 10 additions & 0 deletions api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.8.4](https://github.com/near/near-api-rs/compare/near-api-v0.8.3...near-api-v0.8.4) - 2026-03-03

### Added

- handle minimal tx response for NONE/INCLUDED wait_until ([#128](https://github.com/near/near-api-rs/pull/128))

### Other

- upgrade to Rust edition 2024 ([#118](https://github.com/near/near-api-rs/pull/118))

## [0.8.3](https://github.com/near/near-api-rs/compare/near-api-v0.8.2...near-api-v0.8.3) - 2026-01-21

### Added
Expand Down
11 changes: 11 additions & 0 deletions types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.8.4](https://github.com/near/near-api-rs/compare/near-api-types-v0.8.3...near-api-types-v0.8.4) - 2026-03-03

### Added

- handle minimal tx response for NONE/INCLUDED wait_until ([#128](https://github.com/near/near-api-rs/pull/128))
- Implement Deref for NonDelegateAction and format output ([#119](https://github.com/near/near-api-rs/pull/119))

### Other

- upgrade to Rust edition 2024 ([#118](https://github.com/near/near-api-rs/pull/118))

## [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

### Added
Expand Down