Skip to content

Commit 8c6b281

Browse files
authored
chore: release v2.5.1
1 parent 8f18bba commit 8c6b281

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.5.1](https://github.com/near/near-account-id-rs/compare/v2.5.0...v2.5.1) - 2026-01-12
11+
12+
### Other
13+
14+
- add DevEx to CODEOWNERS ([#55](https://github.com/near/near-account-id-rs/pull/55))
15+
1016
## [2.5.0](https://github.com/near/near-account-id-rs/compare/v2.4.0...v2.5.0) - 2025-12-13
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.5.0"
3+
version = "2.5.1"
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)