Skip to content

Commit 6643860

Browse files
committed
chore: Release v0.47.0
♻️ Refactor - (!) Remove trait `DeprecatedSnippet` (eb53c84) 🖋 Snippet Sign-Off - U128::overflowing_add (5a006ad) - (!) U32::is_odd (a9f3f88) - (!) U32::is_u32 (647c279) - (!) U32::or (b303c7f) - (!) U32::safe_add (73f92c3) - (!) U32::safe_mul (b69af01) - (!) U32::safe_sub (1db9047) - (!) U32::shift_left and u32::shift_right (99e3802) - (!) U64::or (0914583) - (!) U64::MulTwoU64sToU128 (84e2fd1) - (!) U128::SafeMul (fc5ac06) - (!) U128::Sub (dfec748) - (!) U128::ShiftRight (5ccbad3) - (!) U128::ShiftLeft (4e36025) - (!) U128::ShiftRightStatic (2336159) - (!) List::SetLength (f42a244) - (!) List::Range (f7d708c) - Mmr::verify_from_memory (655ca1f) - `VerifyMmrSuccessorProof` (2af7c95) changelog: ignore
1 parent 655ca1f commit 6643860

File tree

2 files changed

+30
-2
lines changed

2 files changed

+30
-2
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
## [0.47.0](https://github.com/TritonVM/tasm-lib/compare/v0.46.0..v0.47.0) - 2025-02-10
2+
3+
### ♻️ Refactor
4+
5+
- (!) Remove trait `DeprecatedSnippet` ([eb53c844](https://github.com/TritonVM/tasm-lib/commit/eb53c844))
6+
7+
### 🖋 Snippet Sign-Off
8+
9+
- U128::overflowing_add ([5a006ad7](https://github.com/TritonVM/tasm-lib/commit/5a006ad7))
10+
- (!) U32::is_odd ([a9f3f885](https://github.com/TritonVM/tasm-lib/commit/a9f3f885))
11+
- (!) U32::is_u32 ([647c2795](https://github.com/TritonVM/tasm-lib/commit/647c2795))
12+
- (!) U32::or ([b303c7f4](https://github.com/TritonVM/tasm-lib/commit/b303c7f4))
13+
- (!) U32::safe_add ([73f92c33](https://github.com/TritonVM/tasm-lib/commit/73f92c33))
14+
- (!) U32::safe_mul ([b69af017](https://github.com/TritonVM/tasm-lib/commit/b69af017))
15+
- (!) U32::safe_sub ([1db90474](https://github.com/TritonVM/tasm-lib/commit/1db90474))
16+
- (!) U32::shift_left and u32::shift_right ([99e38029](https://github.com/TritonVM/tasm-lib/commit/99e38029))
17+
- (!) U64::or ([0914583d](https://github.com/TritonVM/tasm-lib/commit/0914583d))
18+
- (!) U64::MulTwoU64sToU128 ([84e2fd1f](https://github.com/TritonVM/tasm-lib/commit/84e2fd1f))
19+
- (!) U128::SafeMul ([fc5ac068](https://github.com/TritonVM/tasm-lib/commit/fc5ac068))
20+
- (!) U128::Sub ([dfec7488](https://github.com/TritonVM/tasm-lib/commit/dfec7488))
21+
- (!) U128::ShiftRight ([5ccbad33](https://github.com/TritonVM/tasm-lib/commit/5ccbad33))
22+
- (!) U128::ShiftLeft ([4e36025c](https://github.com/TritonVM/tasm-lib/commit/4e36025c))
23+
- (!) U128::ShiftRightStatic ([23361590](https://github.com/TritonVM/tasm-lib/commit/23361590))
24+
- (!) List::SetLength ([f42a2449](https://github.com/TritonVM/tasm-lib/commit/f42a2449))
25+
- (!) List::Range ([f7d708c4](https://github.com/TritonVM/tasm-lib/commit/f7d708c4))
26+
- Mmr::verify_from_memory ([655ca1f2](https://github.com/TritonVM/tasm-lib/commit/655ca1f2))
27+
- `VerifyMmrSuccessorProof` ([2af7c95d](https://github.com/TritonVM/tasm-lib/commit/2af7c95d))
28+
129
## [0.46.0](https://github.com/TritonVM/tasm-lib/compare/v0.45.0..v0.46.0) - 2025-01-31
230

331
### ✨ Features

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["tasm-lib", "tasm-object-derive"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.46.0"
6+
version = "0.47.0"
77
edition = "2021"
88
authors = ["Triton Software AG"]
99
license = "Apache-2.0"
@@ -16,5 +16,5 @@ readme = "README.md"
1616
lto = "thin"
1717

1818
[workspace.dependencies.tasm-object-derive]
19-
version = "0.46.0"
19+
version = "0.47.0"
2020
path = "tasm-object-derive"

0 commit comments

Comments
 (0)