Skip to content

Commit 5d6722b

Browse files
authored
chore: release v0.20.1
1 parent 5cf3bca commit 5d6722b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.20.1](https://github.com/near/near-jsonrpc-client-rs/compare/v0.20.0...v0.20.1) - 2026-02-11
11+
12+
### Other
13+
14+
- upgrade to Rust edition 2024 ([#184](https://github.com/near/near-jsonrpc-client-rs/pull/184))
15+
- added DevEx to CODEOWNERS ([#182](https://github.com/near/near-jsonrpc-client-rs/pull/182))
16+
1017
## [0.20.0](https://github.com/near/near-jsonrpc-client-rs/compare/v0.19.0...v0.20.0) - 2025-12-01
1118

1219
### Other

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "near-jsonrpc-client"
3-
version = "0.20.0"
3+
version = "0.20.1"
44
authors = ["Near Inc <hello@nearprotocol.com>"]
55
edition = "2024"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)