Skip to content

Commit 6af5706

Browse files
authored
crypto v0.4.0 (#1077)
1 parent c53bf5b commit 6af5706

3 files changed

Lines changed: 28 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.

crypto/CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,32 @@ 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 (2022-08-09)
9+
### Added
10+
- Re-export `crypto-common` as `common` ([#1076])
11+
12+
### Changed
13+
- Bump `aead` to v0.5 ([#1058])
14+
- Bump `cipher` to 0.4 ([#951])
15+
- Bump `digest` dependency to v0.10 ([#850])
16+
- Bump `elliptic-curve` to v0.12 ([#1009])
17+
- Bump `password-hash` to v0.4 ([#961])
18+
- Bump `signature` to v1.5 ([#867])
19+
- Bump `universal-hash` to v0.5 ([#1061])
20+
21+
### Removed
22+
- `mac` feature: merged into `digest` ([#1075])
23+
24+
[#850]: https://github.com/RustCrypto/traits/pull/850
25+
[#867]: https://github.com/RustCrypto/traits/pull/867
26+
[#951]: https://github.com/RustCrypto/traits/pull/951
27+
[#961]: https://github.com/RustCrypto/traits/pull/961
28+
[#1009]: https://github.com/RustCrypto/traits/pull/1009
29+
[#1058]: https://github.com/RustCrypto/traits/pull/1058
30+
[#1061]: https://github.com/RustCrypto/traits/pull/1061
31+
[#1075]: https://github.com/RustCrypto/traits/pull/1075
32+
[#1076]: https://github.com/RustCrypto/traits/pull/1076
33+
834
## 0.3.0 (2021-06-08)
935
### Changed
1036
- Bump `elliptic-curve` crate dependency to v0.10 ([#663])

crypto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "crypto"
3-
version = "0.4.0-pre" # Also update html_root_url in lib.rs when bumping this
3+
version = "0.4.0" # Also update html_root_url in lib.rs when bumping this
44
description = """
55
Resources for building cryptosystems in Rust using the RustCrypto project's ecosystem.
66
"""

0 commit comments

Comments
 (0)