Conversation
There was a problem hiding this comment.
Pull request overview
This is a release PR that bumps the version of both near-api-types and near-api packages from 0.8.3 to 0.8.4. The primary change is in near-api-types, which adds a Deref implementation for NonDelegateAction with improved formatting output (PR #119). The near-api package is being version-bumped to maintain synchronization with near-api-types, as it depends on this package.
Changes:
- Updated workspace version from 0.8.3 to 0.8.4 in root Cargo.toml
- Updated near-api-types dependency version to ~0.8.4
- Added changelog entry for near-api-types v0.8.4 documenting the NonDelegateAction Deref implementation
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| Cargo.toml | Updates workspace version to 0.8.4 and near-api-types dependency version |
| types/CHANGELOG.md | Adds version 0.8.4 release entry with PR #119 changes |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| [workspace.package] | ||
| edition = "2021" | ||
| version = "0.8.3" | ||
| version = "0.8.4" |
There was a problem hiding this comment.
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.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #121 +/- ##
=======================================
Coverage 50.90% 50.90%
=======================================
Files 40 40
Lines 5265 5265
=======================================
Hits 2680 2680
Misses 2585 2585 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
8a8f062 to
922d772
Compare
922d772 to
e222ab9
Compare
e222ab9 to
5c99c70
Compare
🤖 New release
near-api-types: 0.8.3 -> 0.8.4 (✓ API compatible changes)near-api: 0.8.3 -> 0.8.4 (✓ API compatible changes)Changelog
near-api-typesnear-apiThis PR was generated with release-plz.