You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The release shell's makeRelease now uses the provided github token correctly.
Avery, Lomax, Quinn and Bendini having wrong versions in Cargo.toml.
Fixed 2.0.0 changelog.
avery: The generated keys used a hash of the DER format but when the key is saved and
later read from disk it uses the PEM format, causing a hash mismatch. This changes the
hash to avery: always use the PEM variant.