Skip to content

Commit d1954d8

Browse files
authored
password-hash v0.6.1 (#2371)
## Changed - [BREAKING] `PasswordVerifier` blanket impl bounds for `phc::PasswordHash` (#2370)
1 parent 2501d4f commit d1954d8

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

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.

password-hash/CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,16 @@ All notable changes to this project will be documented in this file.
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).
77

8-
## 0.6.0 (2026-03-10)
8+
## 0.6.1 (2026-04-07)
9+
### Changed
10+
- Bounds for blanket impl of `PasswordVerifier` for `phc::PasswordHash` [BREAKING] ([#2370])
11+
12+
[#2370]: https://github.com/RustCrypto/traits/pull/2370
13+
14+
## 0.6.0 (2026-03-10) [YANKED]
15+
16+
NOTE: this release was yanked to accommodate breaking changes introduced in v0.6.1.
17+
918
### Added
1019
- Generic `H` param to traits to support multiple string formats e.g. PHC, MCF ([#2110])
1120
- Implement `From<phc::Error>` for `Error` ([#2124])

password-hash/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "password-hash"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
authors = ["RustCrypto Developers"]
55
edition = "2024"
66
rust-version = "1.85"

0 commit comments

Comments
 (0)