Skip to content

Commit 96abe71

Browse files
frolakhi3030
andauthored
chore: release v1.1.1 (#32)
## πŸ€– New release * `near-account-id`: 1.1.0 -> 1.1.1 (βœ“ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [1.1.1](v1.1.0...v1.1.1) - 2025-05-05 ### Other - remove an unnecessary optional feature ([#31](#31)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/). --------- Co-authored-by: Akhi Singhania <akhi3030@gmail.com>
1 parent c10b621 commit 96abe71

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
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.1.1](https://github.com/near/near-account-id-rs/compare/v1.1.0...v1.1.1) - 2025-05-05
10+
11+
### Other
12+
13+
- remove an unnecessary optional feature ([#31](https://github.com/near/near-account-id-rs/pull/31))
14+
915
## [1.1.0](https://github.com/near/near-account-id-rs/compare/v1.0.0...v1.1.0) - 2025-04-23
1016

1117
### 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 = "1.1.0"
3+
version = "1.1.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)