Skip to content

Commit

Permalink
password-auth v1.0.0 (#454)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Sep 4, 2023
1 parent d25ea61 commit 6935655
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 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.

4 changes: 4 additions & 0 deletions password-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ 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).

## 1.0.0 (2023-09-03)

No changes from v0.3.0.

## 0.3.0 (2023-06-24)
### Added
- Derive `Eq`/`PartialEq` on `*Error` ([#433])
Expand Down
4 changes: 2 additions & 2 deletions password-auth/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "password-auth"
version = "0.3.0"
version = "1.0.0"
description = """
Password authentication library with a focus on simplicity and ease-of-use,
with support for Argon2, PBKDF2, and scrypt password hashing algorithms
including support for Argon2, PBKDF2, and scrypt password hashing algorithms
"""
authors = ["RustCrypto Developers"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 6935655

Please sign in to comment.