File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 0.5.3] ( https://github.com/bbaldino/bits-io/compare/v0.5.2...v0.5.3 ) - 2025-04-29
10+
11+ ### Fixed
12+
13+ - fix some BitBuf impl code for BitCursor<&BitSlice>, add BitBuf impl
14+ - properly limit slice returned by slice_bytes from a Bits instance
15+
16+ ### Other
17+
18+ - tweak readme
19+
920## [ 0.5.2] ( https://github.com/bbaldino/bits-io/compare/v0.5.1...v0.5.2 ) - 2025-04-27
1021
1122### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " bits-io"
3- version = " 0.5.2 "
3+ version = " 0.5.3 "
44edition = " 2021"
55description = " Bit-level IO operations"
66license = " Apache-2.0/MIT"
You can’t perform that action at this time.
0 commit comments