Skip to content

Commit 7476cbe

Browse files
authored
chore: release v5.17.2 (#1388)
1 parent 733ee09 commit 7476cbe

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [5.17.2](https://github.com/near/near-sdk-rs/compare/near-sdk-v5.17.1...near-sdk-v5.17.2) - 2025-08-30
11+
12+
### Other
13+
14+
- Auto-document features on docs.rs + improved wording for the top-level documentation ([#1386](https://github.com/near/near-sdk-rs/pull/1386))
15+
1016
## [5.17.1](https://github.com/near/near-sdk-rs/compare/near-sdk-v5.17.0...near-sdk-v5.17.1) - 2025-08-19
1117

1218
### Other

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ members = ["near-sdk", "near-sdk-macros", "near-contract-standards", "near-sys"]
44
exclude = ["examples/"]
55

66
[workspace.package]
7-
version = "5.17.1"
7+
version = "5.17.2"
88
edition = "2021"
99
license = "MIT OR Apache-2.0"
1010
categories = ["wasm"]

near-contract-standards/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ NEAR smart contracts standard library.
1313
"""
1414

1515
[dependencies]
16-
near-sdk = { path = "../near-sdk", version = "~5.17.1", default-features = false, features = [
16+
near-sdk = { path = "../near-sdk", version = "~5.17.2", default-features = false, features = [
1717
"legacy",
1818
] }
1919

near-sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ required-features = ["abi", "unstable"]
2121
# Provide near_bidgen macros.
2222
serde = { version = "1", features = ["derive"] }
2323
serde_json = "1"
24-
near-sdk-macros = { path = "../near-sdk-macros", version = "~5.17.1" }
24+
near-sdk-macros = { path = "../near-sdk-macros", version = "~5.17.2" }
2525
near-sys = { path = "../near-sys", version = "0.2.5" }
2626
base64 = "0.22"
2727
borsh = { version = "1.0.0", features = ["derive"] }

0 commit comments

Comments
 (0)