Skip to content

Releases: scalefactory/hcdl

Release v0.12.0

16 Aug 11:48
Compare
Choose a tag to compare

v0.12.0

Release v0.11.0

27 Apr 11:25
Compare
Choose a tag to compare

v0.11.0

  • Fix macOS conditional compilation
  • Update to reqwest 0.11.0
  • Update to tokio 1.0
  • Bump MSRV to 1.46.0
  • Update signature after HCSEC-2021-12

Release v0.10.2

12 Sep 23:19
Compare
Choose a tag to compare

v0.10.2

  • Add support for generating shell tab completions
    • Support included by default under the shell_completion feature
    • Supported shells are currently: Bash, Elvish, Fish, PowerShell, and ZSH
      as listed in the Clap Shell enum
  • Reduced the frequency of progress bar updates
  • Fixed the NO_COLOR progress template, which could have resulted in colour
    in NO_COLOR mode
  • Updated to gpgrv 0.3.0 and simplified some error handling logic in
    gpgrv related tasks
    • The changelog for this version isn't in the gpgrv GitHub repository. A
      manual comparison of the differences was performed between crates 0.2.3
      and 0.3.0, which were obtained from crates.io