Skip to content

Commit 08cf98c

Browse files
chore: release (#142)
## πŸ€– New release * `ton_macros`: 0.0.3 -> 0.0.4 * `ton_core`: 0.0.10 -> 0.0.11 (βœ“ API compatible changes) * `ton`: 0.0.8 -> 0.0.9 (βœ“ API compatible changes)
1 parent 9377f0e commit 08cf98c

File tree

6 files changed

+44
-3
lines changed

6 files changed

+44
-3
lines changed

β€Žton/CHANGELOG.mdβ€Ž

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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

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

β€Žton_core/CHANGELOG.mdβ€Ž

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff 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

β€Ž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.10"
3+
version = "0.0.11"
44
description.workspace = true
55
keywords.workspace = true
66
edition.workspace = true

β€Žton_macros/CHANGELOG.mdβ€Ž

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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

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

0 commit comments

Comments
Β (0)