RustCrypto / formats

Cryptography-related format encoders/decoders: DER, PEM, PKCS, PKIX
229 stars 122 forks source link

Bump versions to prereleases for next release cycle #1296

Closed tarcieri closed 6 months ago

tarcieri commented 6 months ago

This bumps the following crates to prerelease versions (not intended for release, just to signal we're making breaking changes):

This notably doesn't bump x509-cert or any crates which are dependent upon it due to a circular dependency problem: the certificate builder tests rely on updated public key crypto crates like rsa, so we'll need to do this update in two phases: this initial set of format-only crates, and then updating the cryptographic dependencies.

pem-rfc7468 has been bumped to v1.0.0-pre based on the observation that there have been no significant changes since the last release, and that the baseline set of functionality it provides is stable.