We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2df211 commit 29beddbCopy full SHA for 29beddb
ton/CHANGELOG.md
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
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
18
## [0.0.16](https://github.com/ston-fi/ton-rs/compare/ton-v0.0.15...ton-v0.0.16) - 2026-01-14
19
20
### Other
ton/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "ton"
3
-version = "0.0.16"
+version = "0.0.17"
4
description.workspace = true
5
keywords.workspace = true
6
edition.workspace = true
0 commit comments