File tree Expand file tree Collapse file tree 2 files changed +40
-1
lines changed
Expand file tree Collapse file tree 2 files changed +40
-1
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,51 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and 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
Original file line number Diff line number Diff line change 11[package ]
22name = " nybbles"
3- version = " 0.4.7 "
3+ version = " 0.4.8 "
44authors = [" DaniPopes <57450786+DaniPopes@users.noreply.github.com>" ]
55description = " Efficient nibble-sized (4-bit) byte sequence data structure"
66edition = " 2024"
You can’t perform that action at this time.
0 commit comments