Skip to content

Commit 34fa60c

Browse files
committed
update changelog
1 parent e88568d commit 34fa60c

File tree

4 files changed

+24
-13
lines changed

4 files changed

+24
-13
lines changed

.cargo/config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[env]
2-
NEARCORE_VERSION = "2.6.5"
3-
NEARD_COMMIT = "fe3f6de3aea0433310bcb4b61d3b8517e7ba3ffd"
2+
NEARCORE_VERSION = "2.7.0"
3+
NEARD_COMMIT = "9ae6990f170591242ae79fce812d245024762f77"

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +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.4.1](https://github.com/near/read-rpc/releases/tag/v0.4.1)
11+
12+
### What's Changed
13+
* Update nearcore vesions in the cargo config
14+
* Hotfix for contract execution
15+
* Hotfix to parse config.toml file
16+
17+
### Supported Nearcore Version
18+
- nearcore v2.7.0
19+
- rust v1.86.0
20+
1021
## [0.4.0](https://github.com/near/read-rpc/releases/tag/v0.4.0)
1122

1223
### What's Changed

Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace.package]
2-
version = "0.3.4"
2+
version = "0.4.1"
33
authors = ["Near Inc <[email protected]>"]
44
edition = "2021"
55
rust-version = "1.86.0"

0 commit comments

Comments
 (0)