Skip to content

Commit

Permalink
release 0.3.2 (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
kobayurii authored Nov 14, 2024
1 parent 936329c commit 6b63509
Show file tree
Hide file tree
Showing 8 changed files with 384 additions and 277 deletions.
2 changes: 1 addition & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[env]
NEARCORE_VERSION = "2.3.0"
NEARCORE_VERSION = "2.3.1"
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased](https://github.com/near/read-rpc/compare/main...develop)

## [0.3.2](https://github.com/near/read-rpc/releases/tag/v0.3.2)

### What's Changed
* Corrected state size calculation logic.
* Integrated cargo_pkg_version metric to reflect the current server version.
* Delete unnecessary debug logs about update blocks by finalities

### Supported Nearcore Version
- nearcore v2.3.1
- rust v1.81.0

## [0.3.1](https://github.com/near/read-rpc/releases/tag/v0.3.1)

### Supported Nearcore Version
Expand Down
Loading

0 comments on commit 6b63509

Please sign in to comment.