3.1 KiB
3.1 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.7.0 (2023-02-26)
Changed
0.6.0 (2022-04-26)
Added
encapsulated_len_wrapped(#619)
Changed
encapsulated_lennow accepts the length of the raw input bytes prior to Base64 encoding, and computes the length of the full PEM encoded document including newlines when the resulting Base64 is linewrapped (#619)
0.5.1 (2022-03-30)
Changed
- Rename
PemLabel::TYPE_LABEL=>::PEM_LABEL(#568)
0.5.0 (2022-03-29) [YANKED]
Added
- Clippy lints for checked arithmetic and panics (#564)
Changed
- Use
str::from_utf8_uncheckedinencode(#565)
0.4.0 (2022-03-12)
Added
Changed
- Return
strfromencode(#482)
0.3.1 (2021-11-17)
Changed
- Relax
base64ctversion requirement to^1(#239)
0.3.0 (2021-11-14)
Added
Decoderstruct (#177)
Changed
0.2.4 (2021-11-07)
Changed
- Restrict
base64ctdependency to<1.2to prevent MSRV breakages
0.2.3 (2021-10-17)
Added
PemLabeltrait (#117)
0.2.2 (2021-09-16)
Changed
- Allow for data before PEM encapsulation boundary (#40)
0.2.1 (2021-09-14)
Added
Changed
- Moved to
formatsrepo (#2)
0.2.0 (2021-07-26)
Added
- Support for customizing PEM line endings
0.1.1 (2021-07-24)
Changed
- Increase LF precedence in EOL stripping functions
Fixed
- Bug in the size calculation for
decode_vec
0.1.0 (2021-07-23)
- Initial release