Skip to content

Commit ebef293

Browse files
authored
mcf v0.2.0 (#2033)
1 parent 2c12922 commit ebef293

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-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.

mcf/CHANGELOG.md

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

7+
## 0.2.0 (2025-09-07)
8+
### Added
9+
- `(Try)From` impls for `PasswordHash` <=> `String` ([#2027])
10+
- `(Try)From` impls for `PasswordHashRef` and `&str` ([#2028])
11+
- `PasswordHash::push_str` ([#2029])
12+
13+
### Changed
14+
- Rename `McfHash::push_field_base64` to `McfHash::push_base64` ([#2030])
15+
- Rename `McfHash` => `PasswordHash` ([#2031])
16+
- Rename `McfHashRef` => `PasswordHashRef` ([#2031])
17+
- Make `base64` an optional (on-by-default) feature ([#2032])
18+
19+
[#2027]: https://github.com/RustCrypto/formats/pull/2027
20+
[#2028]: https://github.com/RustCrypto/formats/pull/2028
21+
[#2029]: https://github.com/RustCrypto/formats/pull/2029
22+
[#2030]: https://github.com/RustCrypto/formats/pull/2030
23+
[#2031]: https://github.com/RustCrypto/formats/pull/2031
24+
[#2032]: https://github.com/RustCrypto/formats/pull/2032
25+
726
## 0.1.0 (2025-07-09)
827
- Initial release

mcf/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mcf"
3-
version = "0.2.0-pre"
3+
version = "0.2.0"
44
authors = ["RustCrypto Developers"]
55
edition = "2024"
66
rust-version = "1.85"

0 commit comments

Comments
 (0)