Skip to content

Commit 88140a8

Browse files
authored
balloon-hash v0.4.0 (#392)
1 parent 1ee6015 commit 88140a8

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

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.

balloon-hash/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.4.0 (2023-03-04)
9+
### Changed
10+
- Bump `crypto-bigint` to v0.5; MSRV 1.65 ([#381])
11+
- Bump `password-hash` to v0.5 ([#383])
12+
13+
[#381]: https://github.com/RustCrypto/password-hashes/pull/381
14+
[#383]: https://github.com/RustCrypto/password-hashes/pull/383
15+
816
## 0.3.0 (2022-06-27)
917
### Added
1018
- `Balloon::hash_into` ([#313])

balloon-hash/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "balloon-hash"
3-
version = "0.4.0-pre"
3+
version = "0.4.0"
44
description = "Pure Rust implementation of the Balloon password hashing function"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)