Releases: coreos/openssh-keys
Releases · coreos/openssh-keys
v0.6.4
v0.6.3
Release notes
Changes:
- Require Rust ≥ 1.75.0
- Add Packit support for Fedora packaging
v0.6.2
v0.6.1
openssh-keys v0.6.0
Changes:
- cargo: allow md-5 and sha2 0.10
- cargo: explicitly set
sign-tag
- dependabot: switch to weekly cadence
- git: rename
master
branch tomain
- github/ISSUE_TEMPLATE: add release checklist
- lib: Support Hardware Security Keys
- templates: release process updates
- workflows: bump MSRV and lint toolchain
openssh-keys v0.5.0
- API change: Switch error-handling library from
error-chain
tothiserror
- Update to Rust 2018
- Fix build warnings with newer Rust
- Update
base64
to 0.13 - Exclude tooling configuration from packaged crate
openssh-keys v0.4.2
Changes:
- cargo: update all dependencies
- cargo: update manifest and rustfmt whole project
- dependabot: create config file
- travis: update minimum and clippy toolchains
openssh-keys v0.4.1
- Update base64 requirement from 0.9 to 0.10
openssh-keys v0.4.0
- lib: clean all clippy warnings
- cargo: update all dependencies to latest
- travis: add minimum toolchain and clippy passes
- remove appveyor ci
- move repo under the coreos org on github
openssh-keys v0.3.0
- update
error-chain
from0.11.x
to0.12.x
- update
base64
from0.8.x
to0.9.x