Skip to content

Commit f7f7e13

Browse files
committed
chore: Release v1.0.0
✨ Features - *(bfe)* Add {lower, upper}-hex formatting (98aedc6) - *(tip5)* Add AVX-512 version of Tip5 (90342e6) ⚙️ Miscellaneous - *(MerkleTree)* Derive `GetSize` for MerkleTree (e191598) - (!) Bump MSRV to 1.89.0 (7d87e80) - Upgrade dependencies (a6563e4) - Enable continuous benchmarks through codspeed (12248a5) ♻️ Refactor - *(bfe)* Debug-print gives canonical value (6706745) changelog: ignore
1 parent bd18cc7 commit f7f7e13

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

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+
## [1.0.0](https://github.com/Neptune-Crypto/twenty-first/compare/v0.50.0..v1.0.0) – 2025-10-23
7+
8+
### ✨ Features
9+
10+
- *(bfe)* Add {lower, upper}-hex formatting ([98aedc63](https://github.com/Neptune-Crypto/twenty-first/commit/98aedc63))
11+
- *(tip5)* Add AVX-512 version of Tip5 ([90342e6e](https://github.com/Neptune-Crypto/twenty-first/commit/90342e6e))
12+
13+
### ⚙️ Miscellaneous
14+
15+
- *(MerkleTree)* Derive `GetSize` for MerkleTree ([e191598a](https://github.com/Neptune-Crypto/twenty-first/commit/e191598a))
16+
- (!) Bump MSRV to 1.89.0 ([7d87e801](https://github.com/Neptune-Crypto/twenty-first/commit/7d87e801))
17+
- Upgrade dependencies ([a6563e49](https://github.com/Neptune-Crypto/twenty-first/commit/a6563e49))
18+
- Enable continuous benchmarks through codspeed ([12248a5b](https://github.com/Neptune-Crypto/twenty-first/commit/12248a5b))
19+
20+
### ♻️ Refactor
21+
22+
- *(bfe)* Debug-print gives canonical value ([67067459](https://github.com/Neptune-Crypto/twenty-first/commit/67067459))
23+
624
## [0.50.0](https://github.com/Neptune-Crypto/twenty-first/compare/v0.49.0..v0.50.0) – 2025-06-27
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.50.0"
3+
version = "1.0.0"
44
authors.workspace = true
55
edition.workspace = true
66
rust-version.workspace = true

0 commit comments

Comments
 (0)