File tree Expand file tree Collapse file tree 6 files changed +44
-3
lines changed
Expand file tree Collapse file tree 6 files changed +44
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,18 @@ 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-v0.0.8...ton-v0.0.9 ) - 2025-12-08
11+
12+ ### Other
13+
14+ - cleanup & fix ton_cell_num ([ #147 ] ( https://github.com/ston-fi/ton-rs/pull/147 ) )
15+ - Tvmresult trait extending ([ #146 ] ( https://github.com/ston-fi/ton-rs/pull/146 ) )
16+ - use fastnum instead of bignum in tvm ([ #145 ] ( https://github.com/ston-fi/ton-rs/pull/145 ) )
17+ - derive From<Variant > for boxed types
18+ - Support tlb templates ([ #125 ] ( https://github.com/ston-fi/ton-rs/pull/125 ) )
19+ - don't start recent_tx_loop if contract_cache is disabled ([ #143 ] ( https://github.com/ston-fi/ton-rs/pull/143 ) )
20+ - add enum example
21+
1022## [ 0.0.8] ( https://github.com/ston-fi/ton-rs/compare/ton-v0.0.7...ton-v0.0.8 ) - 2025-11-29
1123
1224### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " ton"
3- version = " 0.0.8 "
3+ version = " 0.0.9 "
44description.workspace = true
55keywords.workspace = true
66edition.workspace = true
Original file line number Diff line number Diff line change @@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.0.11] ( https://github.com/ston-fi/ton-rs/compare/ton_core-v0.0.10...ton_core-v0.0.11 ) - 2025-12-08
11+
12+ ### Fixed
13+
14+ - fix corner case if enum variant is enum itself
15+
16+ ### Other
17+
18+ - cleanup & fix ton_cell_num ([ #147 ] ( https://github.com/ston-fi/ton-rs/pull/147 ) )
19+ - Tvmresult trait extending ([ #146 ] ( https://github.com/ston-fi/ton-rs/pull/146 ) )
20+ - use fastnum instead of bignum in tvm ([ #145 ] ( https://github.com/ston-fi/ton-rs/pull/145 ) )
21+ - derive From<Variant > for boxed types
22+ - add TLBEitherRef::new_ref
23+ - add TonAddress::is_zero
24+ - Support tlb templates ([ #125 ] ( https://github.com/ston-fi/ton-rs/pull/125 ) )
25+ - expose bitstring representation of cell data ([ #144 ] ( https://github.com/ston-fi/ton-rs/pull/144 ) )
26+ - add enum example
27+
1028## [ 0.0.10] ( https://github.com/ston-fi/ton-rs/compare/ton_core-v0.0.9...ton_core-v0.0.10 ) - 2025-11-29
1129
1230### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " ton_core"
3- version = " 0.0.10 "
3+ version = " 0.0.11 "
44description.workspace = true
55keywords.workspace = true
66edition.workspace = true
Original file line number Diff line number Diff line change @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.0.4] ( https://github.com/ston-fi/ton-rs/compare/ton_macros-v0.0.3...ton_macros-v0.0.4 ) - 2025-12-08
11+
12+ ### Fixed
13+
14+ - fix corner case if enum variant is enum itself
15+
16+ ### Other
17+
18+ - derive From<Variant > for boxed types
19+ - Support tlb templates ([ #125 ] ( https://github.com/ston-fi/ton-rs/pull/125 ) )
20+
1021## [ 0.0.3] ( https://github.com/ston-fi/ton-rs/compare/ton_macros-v0.0.2...ton_macros-v0.0.3 ) - 2025-11-29
1122
1223### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " ton_macros"
3- version = " 0.0.3 "
3+ version = " 0.0.4 "
44description.workspace = true
55keywords.workspace = true
66edition.workspace = true
You canβt perform that action at this time.
0 commit comments