Skip to content

Commit

Permalink
password-auth v0.1.1 (#420)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Jun 2, 2023
1 parent a2a5ee0 commit 409c259
Show file tree
Hide file tree
Showing 3 changed files with 8 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.

6 changes: 6 additions & 0 deletions password-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,11 @@ 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.1.1 (2023-06-01)
### Changed
- Improve documentation ([#419])

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

## 0.1.0 (2023-03-14)
- Initial release
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.1.0"
version = "0.1.1"
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 409c259

Please sign in to comment.