From 3c4b9015dab2a8f879bd99ce89f317c78d0b8429 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Mon, 2 Feb 2026 17:09:40 -0700 Subject: [PATCH] cpubits v0.1.0 Initial release --- Cargo.lock | 2 +- cpubits/CHANGELOG.md | 3 +++ cpubits/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3deda458..9f53c50b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -68,7 +68,7 @@ version = "0.1.0" [[package]] name = "cpubits" -version = "0.1.0-rc.3" +version = "0.1.0" [[package]] name = "cpufeatures" diff --git a/cpubits/CHANGELOG.md b/cpubits/CHANGELOG.md index 1d013ff9..a725340d 100644 --- a/cpubits/CHANGELOG.md +++ b/cpubits/CHANGELOG.md @@ -4,3 +4,6 @@ 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.0 (2026-02-22) +Initial release diff --git a/cpubits/Cargo.toml b/cpubits/Cargo.toml index 08e688ae..db72ccc3 100644 --- a/cpubits/Cargo.toml +++ b/cpubits/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cpubits" -version = "0.1.0-rc.3" +version = "0.1.0" authors = ["RustCrypto Developers"] license = "MIT OR Apache-2.0" documentation = "https://docs.rs/cpubits"