Skip to content

Commit 29beddb

Browse files
chore(ton): release v0.0.17 (#174)
* `ton`: 0.0.16 -> 0.0.17 (✓ API compatible changes)
1 parent a2df211 commit 29beddb

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

ton/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.0.17](https://github.com/ston-fi/ton-rs/compare/ton-v0.0.16...ton-v0.0.17) - 2026-01-16
11+
12+
### Other
13+
14+
- [SBT] Added sbt methods trait ([#175](https://github.com/ston-fi/ton-rs/pull/175))
15+
- add comments
16+
- add hekper function for TxDescr
17+
1018
## [0.0.16](https://github.com/ston-fi/ton-rs/compare/ton-v0.0.15...ton-v0.0.16) - 2026-01-14
1119

1220
### Other

ton/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ton"
3-
version = "0.0.16"
3+
version = "0.0.17"
44
description.workspace = true
55
keywords.workspace = true
66
edition.workspace = true

0 commit comments

Comments
 (0)