rustls / webpki

WebPKI X.509 Certificate Validation in Rust
https://docs.rs/rustls-webpki/latest/webpki/
Other
94 stars 50 forks source link

Prepare 0.102.5 release #266

Closed djc closed 3 months ago

djc commented 3 months ago

Proposed release notes

To support https://github.com/rustls/rustls/pull/1954#discussion_r1660219420.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 97.30%. Comparing base (dba3b84) to head (99e8c4e).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #266 +/- ## ======================================= Coverage 97.30% 97.30% ======================================= Files 19 19 Lines 4237 4237 ======================================= Hits 4123 4123 Misses 114 114 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

cpu commented 3 months ago

I guess we can call out that this is to clarify the SubjectPublicKeyInfoDer<'static> lifetime.

Yes please. Can you add proposed release notes?

djc commented 3 months ago

Added proposed release notes.

cpu commented 3 months ago

Release notes look great, thank you :rocket:

djc commented 3 months ago