From cc2ac26d5e0de8a66ec474f95b921049591b36b7 Mon Sep 17 00:00:00 2001 From: ComplexSpaces Date: Thu, 9 Nov 2023 12:17:31 -0600 Subject: [PATCH] docs: update README with 1.0.4 changelog. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f05d6c8..aad7857 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ poor and doing so doesn't address a meaningful threat model. [![Documentation](https://docs.rs/rustls-pemfile/badge.svg)](https://docs.rs/rustls-pemfile/) # Release history +- 1.0.4 (2023-11-09) + * Enable parsing PEM files with items that have non-UNIX line endings. - 1.0.3 (2023-06-28) * Add certificate revocation list (CRL) format support. * Add `crls` helper function.