Skip to content

Commit ea7623d

Browse files
authored
chore: release v1.1.2 (#37)
## πŸ€– New release * `near-account-id`: 1.1.1 -> 1.1.2 (βœ“ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [1.1.2](v1.1.1...v1.1.2) - 2025-07-03 ### Other - use toolchain 1.74 for release-plz ([#36](#36)) - The range of supported schemars versions is extended to >=0.8.22, <2 tu support the latest 1.0 release ([#34](#34)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/).
1 parent 51d8754 commit ea7623d

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

β€ŽCHANGELOG.mdβ€Ž

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

77
## [Unreleased]
88

9+
## [1.1.2](https://github.com/near/near-account-id-rs/compare/v1.1.1...v1.1.2) - 2025-07-03
10+
11+
### Other
12+
13+
- use toolchain 1.74 for release-plz ([#36](https://github.com/near/near-account-id-rs/pull/36))
14+
- The range of supported schemars versions is extended to >=0.8.22, <2 tu support the latest 1.0 release ([#34](https://github.com/near/near-account-id-rs/pull/34))
15+
916
## [1.1.1](https://github.com/near/near-account-id-rs/compare/v1.1.0...v1.1.1) - 2025-05-05
1017

1118
### Other

β€Ž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.1"
3+
version = "1.1.2"
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)