Skip to content

Commit 5589732

Browse files
committed
chore: Release v0.50.0
✨ Features - Re-interpret xfe-slices as bfe-slices (0870bf1) ⚡️ Performance - *(tip5)* Don't allocate in `pad_and_absorb_all` (ecd5e36) ⚙️ Miscellaneous - Add wasm feature flag (1aeb2a2) ♻️ Refactor - (!) *(tip5)* Create dedicated module for Tip5 (aedecf9) changelog: ignore
1 parent 20a21d6 commit 5589732

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
33
All notable changes are documented in this file.
44
Lines marked “(!)” indicate a breaking change.
55

6+
## [0.50.0](https://github.com/Neptune-Crypto/twenty-first/compare/v0.49.0..v0.50.0) – 2025-06-27
7+
8+
### ✨ Features
9+
10+
- Re-interpret xfe-slices as bfe-slices ([0870bf16](https://github.com/Neptune-Crypto/twenty-first/commit/0870bf16))
11+
12+
### ⚡️ Performance
13+
14+
- *(tip5)* Don't allocate in `pad_and_absorb_all` ([ecd5e369](https://github.com/Neptune-Crypto/twenty-first/commit/ecd5e369))
15+
16+
### ⚙️ Miscellaneous
17+
18+
- Add wasm feature flag ([1aeb2a21](https://github.com/Neptune-Crypto/twenty-first/commit/1aeb2a21))
19+
20+
### ♻️ Refactor
21+
22+
- (!) *(tip5)* Create dedicated module for Tip5 ([aedecf93](https://github.com/Neptune-Crypto/twenty-first/commit/aedecf93))
23+
624
## [0.49.0](https://github.com/Neptune-Crypto/twenty-first/compare/v0.48.0..0.49.0) – 2025-06-18
725

826
### ✨ Features

twenty-first/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "twenty-first"
3-
version = "0.49.0"
3+
version = "0.50.0"
44
authors.workspace = true
55
edition.workspace = true
66
rust-version.workspace = true

0 commit comments

Comments
 (0)