Skip to content

Releases: coreos/openssh-keys

v0.6.4

12 Jul 14:54
v0.6.4
bfc1447
Compare
Choose a tag to compare

Release notes

Changes:

  • Add Packit support for Fedora packaging

v0.6.3

30 Apr 18:58
v0.6.3
f851908
Compare
Choose a tag to compare

Release notes

Changes:

  • Require Rust ≥ 1.75.0
  • Add Packit support for Fedora packaging

v0.6.2

27 Jun 18:46
v0.6.2
d07d493
Compare
Choose a tag to compare

Changes:

  • Require md-5 0.10, sha2 0.10 to avoid mismatched Rust Crypto dependencies

v0.6.1

02 Jun 16:54
v0.6.1
14c5956
Compare
Choose a tag to compare

Changes:

  • Require Rust ≥ 1.58.0
  • Require base64 ≥ 0.21
  • Switch example code from dirs dependency to home
  • Add release notes doc

openssh-keys v0.6.0

18 Nov 13:32
v0.6.0
b72b1d4
Compare
Choose a tag to compare

Changes:

  • cargo: allow md-5 and sha2 0.10
  • cargo: explicitly set sign-tag
  • dependabot: switch to weekly cadence
  • git: rename master branch to main
  • 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

16 Mar 16:18
v0.5.0
6ee1162
Compare
Choose a tag to compare
  • API change: Switch error-handling library from error-chain to thiserror
  • 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

22 Jun 16:57
v0.4.2
c0d07ce
Compare
Choose a tag to compare

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

01 Nov 09:18
v0.4.1
5777d77
Compare
Choose a tag to compare
  • Update base64 requirement from 0.9 to 0.10

openssh-keys v0.4.0

24 Oct 08:39
v0.4.0
6760418
Compare
Choose a tag to compare
  • 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

11 Jul 20:45
v0.3.0
f0470f3
Compare
Choose a tag to compare
  • update error-chain from 0.11.x to 0.12.x
  • update base64 from 0.8.x to 0.9.x