Skip to content

Commit cd14eaa

Browse files
committed
pem-rfc7468 v0.2.4
This commit adds a changelog entry about `pem-rfc7468` v0.2.4, which was released to address RustCrypto/RSA#116. The release is identical to v0.2.3, but with `base64ct` restricted to `<1.2` in order to prevent MSRV-related breakages. Since `master` is already on `pem-rfc7468` v0.3.0-pre which is also a 2021 edition crate, those changes are not actually included in this commit, but rather just the changelog entry.
1 parent 257ccfa commit cd14eaa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pem-rfc7468/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ 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.4 (2021-11-07)
8+
### Changed
9+
- Restrict `base64ct` dependency to `<1.2` to prevent MSRV breakages
10+
711
## 0.2.3 (2021-10-17)
812
### Added
913
- `PemLabel` trait ([#117])

0 commit comments

Comments
 (0)