Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Keats committed Jul 5, 2023
1 parent 63d190d commit 2cd1004
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.14.0"
version = "0.15.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.14"
bcrypt = "0.15"
```

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

## Changelog

* 0.15.0: add an `alloc` feature that can be disabled.
* 0.14.0: use `subtle` crate for constant time comparison, update base64 and bump to 2021 edition
* 0.13.0: make zeroize dep opt-out and use fixed salt length
* 0.12.1: zero vec containing password in the hashing function before returning the hash
Expand Down

0 comments on commit 2cd1004

Please sign in to comment.