Releases: scalefactory/hcdl
Releases · scalefactory/hcdl
Release v0.12.0
v0.12.0
- Bump MSRV to 1.56.1
- Bump dependencies
- Replaced uses of lazy-static with once_cell
- Split progress bar code out into its own file
- Move from gpgrv crate to pgp crate to fix signature validation
- Update to use the new Hashicorp Releases API
Release v0.11.0
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
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
- Support included by default under the
- Reduced the frequency of progress bar updates
- Fixed the
NO_COLOR
progress template, which could have resulted in colour
inNO_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 crates0.2.3
and0.3.0
, which were obtained from crates.io
- The changelog for this version isn't in the gpgrv GitHub repository. A