diff --git a/Cargo.lock b/Cargo.lock index ab6f4202..0fcd7e4e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -70,7 +70,7 @@ dependencies = [ [[package]] name = "cpubits" -version = "0.1.0" +version = "0.1.1" [[package]] name = "cpufeatures" diff --git a/cpubits/CHANGELOG.md b/cpubits/CHANGELOG.md index a725340d..2ca00b1f 100644 --- a/cpubits/CHANGELOG.md +++ b/cpubits/CHANGELOG.md @@ -5,5 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.1.1 (2026-04-28) +### Fixed +- Output for 16-bit targets ([#1470]) + +[#1470]: https://github.com/RustCrypto/utils/pull/1470 + ## 0.1.0 (2026-02-22) Initial release diff --git a/cpubits/Cargo.toml b/cpubits/Cargo.toml index db72ccc3..bd255388 100644 --- a/cpubits/Cargo.toml +++ b/cpubits/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cpubits" -version = "0.1.0" +version = "0.1.1" authors = ["RustCrypto Developers"] license = "MIT OR Apache-2.0" documentation = "https://docs.rs/cpubits"