Skip to content

Commit 2d45c3e

Browse files
authored
password-auth v0.2.0 (#430)
1 parent 45826c5 commit 2d45c3e

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-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.

password-auth/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +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.2.0 (2023-06-24)
9+
### Added
10+
- `is_hash_obsolete` ([#428])
11+
12+
### Changed
13+
- Replace `VerifyError` with `Error` enum ([#429])
14+
15+
[#428]: https://github.com/RustCrypto/password-hashes/pull/428
16+
[#429]: https://github.com/RustCrypto/password-hashes/pull/429
17+
818
## 0.1.1 (2023-06-01)
919
### Changed
1020
- Improve documentation ([#419])

password-auth/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-auth"
3-
version = "0.2.0-pre"
3+
version = "0.2.0"
44
description = """
55
Password authentication library with a focus on simplicity and ease-of-use,
66
with support for Argon2, PBKDF2, and scrypt password hashing algorithms

0 commit comments

Comments
 (0)