Skip to content

Commit 864f30e

Browse files
authored
chore: release v1.1.3 (#39)
## πŸ€– New release * `near-account-id`: 1.1.2 -> 1.1.3 (βœ“ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [1.1.3](v1.1.2...v1.1.3) - 2025-07-14 ### Other - Add schemars-v1 and schemars-v0_8 features, reverts schemars-stable to 0.8.22 ([#38](#38)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/).
1 parent 5adc358 commit 864f30e

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.3](https://github.com/near/near-account-id-rs/compare/v1.1.2...v1.1.3) - 2025-07-14
10+
11+
### Other
12+
13+
- Add schemars-v1 and schemars-v0_8 features, reverts schemars-stable to 0.8.22 ([#38](https://github.com/near/near-account-id-rs/pull/38))
14+
915
## [1.1.2](https://github.com/near/near-account-id-rs/compare/v1.1.1...v1.1.2) - 2025-07-03
1016

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