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 c6a84bd commit 22442e8Copy full SHA for 22442e8
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.5.4](https://github.com/bbaldino/bits-io/compare/v0.5.3...v0.5.4) - 2025-04-29
10
+
11
+### Fixed
12
13
+- upgrade nsw-types version
14
15
## [0.5.3](https://github.com/bbaldino/bits-io/compare/v0.5.2...v0.5.3) - 2025-04-29
16
17
### Fixed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "bits-io"
3
-version = "0.5.3"
+version = "0.5.4"
4
edition = "2021"
5
description = "Bit-level IO operations"
license = "Apache-2.0/MIT"
0 commit comments