Skip to content

Commit 38a4a85

Browse files
chore: release v0.6.3 (#28)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9c499d0 commit 38a4a85

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

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+
915
## [0.6.2](https://github.com/bbaldino/bits-io/compare/v0.6.1...v0.6.2) - 2025-05-02
1016

1117
### Fixed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bits-io"
3-
version = "0.6.2"
3+
version = "0.6.3"
44
edition = "2021"
55
description = "Bit-level IO operations"
66
license = "Apache-2.0/MIT"

0 commit comments

Comments
 (0)