Skip to content

Commit

Permalink
bcrypt-pbkdf v0.9.0 (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri authored Mar 18, 2022
1 parent d1ab6ad commit 96b1950
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
Original file line number Diff line number Diff line change
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.9.0 (2022-03-18)
### Changed
- 2021 edition upgrade ([#284])
- Bump `pbkdf2` dependency to v0.11; MSRV 1.57 ([#291])

[#284]: https://github.com/RustCrypto/password-hashes/pull/284
[#291]: https://github.com/RustCrypto/password-hashes/pull/291

## 0.8.1 (2022-02-20)
### Changed
- Change `passphrase` to be `impl AsRef<[u8]>` allowing non-UTF8 passphrases ([#277])
Expand Down
2 changes: 1 addition & 1 deletion bcrypt-pbkdf/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bcrypt-pbkdf"
version = "0.9.0-pre" # Also update html_root_url in lib.rs when bumping this
version = "0.9.0" # Also update html_root_url in lib.rs when bumping this
description = "bcrypt-pbkdf password-based key derivation function"
authors = ["RustCrypto Developers"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 96b1950

Please sign in to comment.