Skip to content

Commit

Permalink
password-auth v0.2.0 (#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri authored Jun 24, 2023
1 parent 45826c5 commit 2d45c3e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions password-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ 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.2.0 (2023-06-24)
### Added
- `is_hash_obsolete` ([#428])

### Changed
- Replace `VerifyError` with `Error` enum ([#429])

[#428]: https://github.com/RustCrypto/password-hashes/pull/428
[#429]: https://github.com/RustCrypto/password-hashes/pull/429

## 0.1.1 (2023-06-01)
### Changed
- Improve documentation ([#419])
Expand Down
2 changes: 1 addition & 1 deletion password-auth/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "password-auth"
version = "0.2.0-pre"
version = "0.2.0"
description = """
Password authentication library with a focus on simplicity and ease-of-use,
with support for Argon2, PBKDF2, and scrypt password hashing algorithms
Expand Down

0 comments on commit 2d45c3e

Please sign in to comment.