Skip to content

Commit d48c998

Browse files
authored
bcrypt-pbkdf v0.6.0 (RustCrypto#170)
1 parent 1ed3419 commit d48c998

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bcrypt-pbkdf/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 0.6.0 (2021-04-29)
9+
### Changed
10+
- Bump `crypto-mac` dependency to v0.11 ([#165])
11+
- Bump `pbkdf2` to v0.8 ([#167])
12+
13+
[#165]: https://github.com/RustCrypto/password-hashing/pull/165
14+
[#167]: https://github.com/RustCrypto/password-hashing/pull/167
15+
816
## 0.5.0 (2021-01-29)
917
### Changed
1018
- Bump `pbkdf2` dependency to v0.7 ([#102])

bcrypt-pbkdf/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "bcrypt-pbkdf"
33
description = "bcrypt-pbkdf password-based key derivation function"
4-
version = "0.5.0"
4+
version = "0.6.0"
55
authors = ["RustCrypto Developers"]
66
repository = "https://github.com/RustCrypto/password-hashes/tree/master/bcrypt-pbkdf"
77
keywords = ["crypto", "password", "hashing"]

0 commit comments

Comments
 (0)