Skip to content

Commit 3414fb1

Browse files
authored
chore: release v2.6.0 (#56)
1 parent 12425c1 commit 3414fb1

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [2.6.0](https://github.com/near/near-account-id-rs/compare/v2.5.0...v2.6.0) - 2026-03-17
11+
12+
### Added
13+
14+
- implement TryIntoAccountId for &String ([#59](https://github.com/near/near-account-id-rs/pull/59))
15+
16+
### Other
17+
18+
- upgrade to Rust edition 2024 ([#58](https://github.com/near/near-account-id-rs/pull/58))
19+
- migrate to org-wide NEARPROTOCOL_CI_PR_ACCESS token ([#57](https://github.com/near/near-account-id-rs/pull/57))
20+
- add DevEx to CODEOWNERS ([#55](https://github.com/near/near-account-id-rs/pull/55))
21+
1022
## [2.5.0](https://github.com/near/near-account-id-rs/compare/v2.4.0...v2.5.0) - 2025-12-13
1123

1224
### 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.6.0"
44
authors = ["Near Inc <hello@nearprotocol.com>"]
55
edition = "2024"
66
description = "This crate contains the Account ID primitive and its validation facilities"

0 commit comments

Comments
 (0)