Skip to content

Commit

Permalink
bcrypt-pbkdf v0.6.0 (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Apr 29, 2021
1 parent 1ed3419 commit d48c998
Show file tree
Hide file tree
Showing 3 changed files with 10 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.

8 changes: 8 additions & 0 deletions bcrypt-pbkdf/CHANGELOG.md
Expand Up @@ -5,6 +5,14 @@ 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.6.0 (2021-04-29)
### Changed
- Bump `crypto-mac` dependency to v0.11 ([#165])
- Bump `pbkdf2` to v0.8 ([#167])

[#165]: https://github.com/RustCrypto/password-hashing/pull/165
[#167]: https://github.com/RustCrypto/password-hashing/pull/167

## 0.5.0 (2021-01-29)
### Changed
- Bump `pbkdf2` dependency to v0.7 ([#102])
Expand Down
2 changes: 1 addition & 1 deletion bcrypt-pbkdf/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "bcrypt-pbkdf"
description = "bcrypt-pbkdf password-based key derivation function"
version = "0.5.0"
version = "0.6.0"
authors = ["RustCrypto Developers"]
repository = "https://github.com/RustCrypto/password-hashes/tree/master/bcrypt-pbkdf"
keywords = ["crypto", "password", "hashing"]
Expand Down

0 comments on commit d48c998

Please sign in to comment.