Skip to content

Commit b1e717d

Browse files
authored
pkcs7 v0.4.0 (#936)
1 parent b3fafc5 commit b1e717d

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkcs7/CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ 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.4.0 (2023-03-18)
8+
### Added
9+
- `SignedData` type to ([#813])
10+
- `ValueOrd` impls ([#825])
11+
12+
### Changed
13+
- MSRV 1.65 ([#805])
14+
- Bump `der` to v0.7 ([#899])
15+
- Bump `spki` to v0.7 ([#900])
16+
- Make `ContentInfo`'s `contentType` mandatory ([#924])
17+
- Bump `x509-cert` to v0.2 ([#934])
18+
19+
[#805]: https://github.com/RustCrypto/formats/pull/805
20+
[#813]: https://github.com/RustCrypto/formats/pull/813
21+
[#825]: https://github.com/RustCrypto/formats/pull/825
22+
[#899]: https://github.com/RustCrypto/formats/pull/899
23+
[#900]: https://github.com/RustCrypto/formats/pull/900
24+
[#924]: https://github.com/RustCrypto/formats/pull/924
25+
[#934]: https://github.com/RustCrypto/formats/pull/934
26+
727
## 0.3.0 (2021-11-15)
828
- Initial release: older versions are a pre-RustCrypto crate.
929

pkcs7/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pkcs7"
3-
version = "0.4.0-pre.1"
3+
version = "0.4.0"
44
description = """
55
Pure Rust implementation of Public-Key Cryptography Standards (PKCS) #7:
66
PKCS #7: Cryptographic Message Syntax Version 1.5 (RFC 5652)

0 commit comments

Comments
 (0)