Skip to content

Commit e397ef9

Browse files
authored
chore: release v2.4.0
1 parent 6db5b7b commit e397ef9

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [2.4.0](https://github.com/near/near-account-id-rs/compare/v2.3.0...v2.4.0) - 2025-12-11
11+
12+
### Added
13+
14+
- `parent.subaccount(name) -> AccountId` ([#51](https://github.com/near/near-account-id-rs/pull/51))
15+
1016
## [2.3.0](https://github.com/near/near-account-id-rs/compare/v2.2.0...v2.3.0) - 2025-12-09
1117

1218
### Added

Cargo.lock

Lines changed: 1 addition & 1 deletion
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,6 +1,6 @@
11
[package]
22
name = "near-account-id"
3-
version = "2.3.0"
3+
version = "2.4.0"
44
authors = ["Near Inc <hello@nearprotocol.com>"]
55
edition = "2021"
66
description = "This crate contains the Account ID primitive and its validation facilities"

0 commit comments

Comments
 (0)