diff --git a/Cargo.lock b/Cargo.lock index 4fade8d98..3a74f1720 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1035,7 +1035,7 @@ dependencies = [ [[package]] name = "phc" -version = "0.6.0-rc.2" +version = "0.6.0" dependencies = [ "base64ct", "ctutils", diff --git a/phc/CHANGELOG.md b/phc/CHANGELOG.md index d6637e049..61218d178 100644 --- a/phc/CHANGELOG.md +++ b/phc/CHANGELOG.md @@ -3,3 +3,9 @@ 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.6.0 (2026-03-09) +Initial RustCrypto release with version numbers skipped to match `password-hash`. + +There was previously a crate named `phc`, however this release is an extraction from +the `password-hash` crate which is effectively a new crate. diff --git a/phc/Cargo.toml b/phc/Cargo.toml index a50a25b65..1f1d0a4a9 100644 --- a/phc/Cargo.toml +++ b/phc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phc" -version = "0.6.0-rc.2" +version = "0.6.0" authors = ["RustCrypto Developers"] edition = "2024" rust-version = "1.85"