mirror of
https://github.com/RustCrypto/password-hashes.git
synced 2026-01-25 04:06:23 +00:00
password-auth v0.1.0 (#402)
This commit is contained in:
@@ -4,3 +4,6 @@ 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.0 (2023-03-14)
|
||||
- Initial release
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "password-auth"
|
||||
version = "0.0.0"
|
||||
version = "0.1.0"
|
||||
description = """
|
||||
Password authentication library with a focus on simplicity and ease-of-use,
|
||||
with support for Argon2, PBKDF2, and scrypt password hashing algorithms
|
||||
|
||||
Reference in New Issue
Block a user