password-auth v0.1.0 (#402)

This commit is contained in:
Tony Arcieri
2023-03-14 07:57:50 -06:00
committed by GitHub
parent 314e0e30ad
commit 60d7788534
2 changed files with 4 additions and 1 deletions

View File

@@ -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

View File

@@ -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