Skip to content

Commit 3c4b901

Browse files
committed
cpubits v0.1.0
Initial release
1 parent 5d2ae1e commit 3c4b901

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cpubits/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## 0.1.0 (2026-02-22)
9+
Initial release

cpubits/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cpubits"
3-
version = "0.1.0-rc.3"
3+
version = "0.1.0"
44
authors = ["RustCrypto Developers"]
55
license = "MIT OR Apache-2.0"
66
documentation = "https://docs.rs/cpubits"

0 commit comments

Comments
 (0)