Skip to content

Commit ff87f1c

Browse files
committed
chore: release 0.4.8
1 parent dd5212d commit ff87f1c

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-1
lines changed

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,51 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.4.8](https://github.com/alloy-rs/nybbles/releases/tag/v0.4.8) - 2026-02-03
9+
10+
### Bug Fixes
11+
12+
- Remove avx2 runtime detection ([#53](https://github.com/alloy-rs/nybbles/issues/53))
13+
14+
### Dependencies
15+
16+
- Bump MSRV to 1.88 ([#48](https://github.com/alloy-rs/nybbles/issues/48))
17+
- Bump codspeed
18+
19+
### Features
20+
21+
- Add byte_len ([#50](https://github.com/alloy-rs/nybbles/issues/50))
22+
23+
### Miscellaneous Tasks
24+
25+
- [meta] Add CODEOWNERS
26+
27+
### Other
28+
29+
- Update to tempoxyz ([#44](https://github.com/alloy-rs/nybbles/issues/44))
30+
31+
### Performance
32+
33+
- SIMD common prefix ([#49](https://github.com/alloy-rs/nybbles/issues/49))
34+
- Clean up slice fn ([#51](https://github.com/alloy-rs/nybbles/issues/51))
35+
- Cmp SIMD ([#46](https://github.com/alloy-rs/nybbles/issues/46))
36+
- Eq as [u64; 5] ([#47](https://github.com/alloy-rs/nybbles/issues/47))
37+
- Hash as [u64; 5] ([#45](https://github.com/alloy-rs/nybbles/issues/45))
38+
39+
### Refactor
40+
41+
- Restructure benches to be like ruint ([#52](https://github.com/alloy-rs/nybbles/issues/52))
42+
843
## [0.4.7](https://github.com/alloy-rs/nybbles/releases/tag/v0.4.7) - 2026-01-07
944

1045
### Features
1146

1247
- Add new methods ([#43](https://github.com/alloy-rs/nybbles/issues/43))
1348

49+
### Miscellaneous Tasks
50+
51+
- Release 0.4.7
52+
1453
## [0.4.6](https://github.com/alloy-rs/nybbles/releases/tag/v0.4.6) - 2025-09-29
1554

1655
### Dependencies

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nybbles"
3-
version = "0.4.7"
3+
version = "0.4.8"
44
authors = ["DaniPopes <57450786+DaniPopes@users.noreply.github.com>"]
55
description = "Efficient nibble-sized (4-bit) byte sequence data structure"
66
edition = "2024"

0 commit comments

Comments
 (0)