Skip to content

Commit 86b3003

Browse files
authored
chore: release v1.0.0 (#25)
1 parent bcf7928 commit 86b3003

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## 1.0.0 - 2023-12-22
10+
11+
This is the first stable release of near-account-id crate!
12+
13+
`AccountId` and `AccountIdRef` are two main types of this crate that have same relation as `String` and `str` in standard library of Rust.
14+
15+
AccountId guarantees to hold a valid NEAR account id (unless users explicitly opt-in for the unvalidated constructors feature and break this promise).
16+
17+
See all the changes listed in alpha releases below to learn about `AccountIdRef` and various new helper methods.
18+
19+
### Added
20+
- Add `get_parent_account_id` method ([#24](https://github.com/near/near-account-id-rs/pull/24))
21+
922
## [1.0.0-alpha.4](https://github.com/near/near-account-id-rs/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) - 2023-11-24
1023

1124
### Fixed

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 = "1.0.0-alpha.4"
3+
version = "1.0.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)