Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Keats committed Feb 28, 2022
1 parent 44ebdd5 commit f1e1027
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bcrypt"
version = "0.11.0"
version = "0.12.0"
authors = ["Vincent Prouillet <[email protected]>"]
license = "MIT"
readme = "README.md"
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Add the following to Cargo.toml:

```toml
bcrypt = "0.11"
bcrypt = "0.12"
```

The minimum Rust version is 1.56.0.
Expand Down Expand Up @@ -48,6 +48,7 @@ for new projects.

## Changelog

* 0.12.0: allow null bytes in password
* 0.11.0: update deps causing big bump in MSRV
* 0.10.1: fix panic with invalid hashes and allow `2x`
* 0.10.0: update blowfish to 0.8 and minimum Rust version to 1.43.0.
Expand Down

0 comments on commit f1e1027

Please sign in to comment.