Skip to content

Commit f255359

Browse files
authored
chore: release v2.4.0 (#52)
## πŸ€– New release * `near-account-id`: 2.3.0 -> 2.4.0 (βœ“ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [2.4.0](v2.3.0...v2.4.0) - 2025-12-11 ### Added - `parent.subaccount(name) -> AccountId` ([#51](#51)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/).
1 parent 6db5b7b commit f255359

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

β€Ž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+
- Added a new method to construct sub-account ID: `account_id.sub_account(prefix) -> Result<AccountId, ParseError>` ([#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)