diff --git a/Cargo.lock b/Cargo.lock index 3a74f1720..e3810090a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1035,7 +1035,7 @@ dependencies = [ [[package]] name = "phc" -version = "0.6.0" +version = "0.6.1" dependencies = [ "base64ct", "ctutils", diff --git a/phc/CHANGELOG.md b/phc/CHANGELOG.md index 61218d178..fbf18297b 100644 --- a/phc/CHANGELOG.md +++ b/phc/CHANGELOG.md @@ -4,6 +4,12 @@ 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.1 (2026-03-09) +### Added +- Render `--all-features` on docs.rs ([#2257]) + +[#2257]: https://github.com/RustCrypto/formats/pull/2257 + ## 0.6.0 (2026-03-09) Initial RustCrypto release with version numbers skipped to match `password-hash`. diff --git a/phc/Cargo.toml b/phc/Cargo.toml index a3dc0db0b..987714a5b 100644 --- a/phc/Cargo.toml +++ b/phc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phc" -version = "0.6.0" +version = "0.6.1" authors = ["RustCrypto Developers"] edition = "2024" rust-version = "1.85" diff --git a/phc/LICENSE-MIT b/phc/LICENSE-MIT index 8eb4afa2a..11d191686 100644 --- a/phc/LICENSE-MIT +++ b/phc/LICENSE-MIT @@ -1,4 +1,4 @@ -Copyright (c) 2021-2025 The RustCrypto Project Developers +Copyright (c) 2021-2026 The RustCrypto Project Developers Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated