Skip to content

Commit 6886730

Browse files
committed
release 0.3.2 (#372)
1 parent 95dc096 commit 6886730

File tree

8 files changed

+410
-333
lines changed

8 files changed

+410
-333
lines changed

.cargo/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[env]
2-
NEARCORE_VERSION = "2.2.1"
2+
NEARCORE_VERSION = "2.3.1"

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

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

10+
## [0.3.2](https://github.com/near/read-rpc/releases/tag/v0.3.2)
11+
1012
### What's Changed
1113
* Corrected state size calculation logic.
1214
* Integrated cargo_pkg_version metric to reflect the current server version.
1315
* Delete unnecessary debug logs about update blocks by finalities
1416

17+
### Supported Nearcore Version
18+
- nearcore v2.3.1
19+
- rust v1.81.0
20+
1521
## [0.3.1](https://github.com/near/read-rpc/releases/tag/v0.3.1)
1622

1723
### Supported Nearcore Version

0 commit comments

Comments
 (0)