We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c499d0 commit 38a4a85Copy full SHA for 38a4a85
CHANGELOG.md
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [0.6.3](https://github.com/bbaldino/bits-io/compare/v0.6.2...v0.6.3) - 2025-05-05
10
+
11
+### Added
12
13
+- impl Buf and BufMut for Bits/BitsMut
14
15
## [0.6.2](https://github.com/bbaldino/bits-io/compare/v0.6.1...v0.6.2) - 2025-05-02
16
17
### Fixed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "bits-io"
3
-version = "0.6.2"
+version = "0.6.3"
4
edition = "2021"
5
description = "Bit-level IO operations"
license = "Apache-2.0/MIT"
0 commit comments