Skip to content

Commit cd2b769

Browse files
chore: release (#172)
## πŸ€– New release * `ton_macros`: 0.0.8 -> 0.0.9 * `ton_core`: 0.0.16 -> 0.0.17 (βœ“ API compatible changes) * `ton`: 0.0.15 -> 0.0.16 (βœ“ API compatible changes)
1 parent bcc2cd2 commit cd2b769

File tree

6 files changed

+24
-3
lines changed

6 files changed

+24
-3
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.16](https://github.com/ston-fi/ton-rs/compare/ton-v0.0.15...ton-v0.0.16) - 2026-01-14
11+
12+
### Other
13+
14+
- cleanup FromTVMStack optional test
15+
- support Option from FromTVMStack ([#173](https://github.com/ston-fi/ton-rs/pull/173))
16+
- BE 3102 ([#171](https://github.com/ston-fi/ton-rs/pull/171))
17+
1018
## [0.0.15](https://github.com/ston-fi/ton-rs/compare/ton-v0.0.14...ton-v0.0.15) - 2026-01-02
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.15"
3+
version = "0.0.16"
44
description.workspace = true
55
keywords.workspace = true
66
edition.workspace = true

β€Žton_core/CHANGELOG.mdβ€Ž

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ 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_core-v0.0.16...ton_core-v0.0.17) - 2026-01-14
11+
12+
### Other
13+
14+
- add NATIVE alias for TonAddress
15+
- BE 3102 ([#171](https://github.com/ston-fi/ton-rs/pull/171))
16+
1017
## [0.0.16](https://github.com/ston-fi/ton-rs/compare/ton_core-v0.0.15...ton_core-v0.0.16) - 2025-12-28
1118

1219
### Fixed

β€Žton_core/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_core"
3-
version = "0.0.16"
3+
version = "0.0.17"
44
description.workspace = true
55
keywords.workspace = true
66
edition.workspace = true

β€Žton_macros/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+
## [0.0.9](https://github.com/ston-fi/ton-rs/compare/ton_macros-v0.0.8...ton_macros-v0.0.9) - 2026-01-14
11+
12+
### Other
13+
14+
- BE 3102 ([#171](https://github.com/ston-fi/ton-rs/pull/171))
15+
1016
## [0.0.8](https://github.com/ston-fi/ton-rs/compare/ton_macros-v0.0.7...ton_macros-v0.0.8) - 2025-12-28
1117

1218
### Fixed

β€Žton_macros/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_macros"
3-
version = "0.0.8"
3+
version = "0.0.9"
44
description.workspace = true
55
keywords.workspace = true
66
edition.workspace = true

0 commit comments

Comments
Β (0)