Releases: brycx/checkpwn
Releases · brycx/checkpwn
0.5.4
Changelog:
- Fix when using
register
, selecting a choice for overwriting an existing config, it would not be converted to lowercase correctly, error'ing on upper-case input.
- Tracking release for checkpwn-lib
0.2.1
release
0.5.3
Changelog:
- Ignore
RUSTSEC-2020-0095
in security audit. An unmaintained advisory for a dependency of a dependency, of the assert_cmd
crate used only for testing
- Tracking release for checkpwn-lib
0.2.0
release
0.5.2
Changelog:
- Tracking release for bump of
checkpwn-lib
to 0.1.1
0.5.1
Changelog:
- Fix broken
release
build when trying to install with cargo install
0.5.0
Changelog:
- [Breaking change] 2018 edition
- HIBP API interaction logic split into checkpwn-lib
- Using
anyhow
for error handling
- Update to
ureq 1.5
0.4.1
Changelog:
- Switch to dirst-next (#36)
0.3.8
Changelog:
- Updated dependencies
- Improvements to internal error-handling (#25 by @mdtro)
0.3.7
Changelog:
- Add support for the new HIBP v3 API (issue: #13, pr: #23 #24). This re-enables the functionality to check for account breaches.
Huge thanks to @mdtro for not only providing the API key to test and develop this, but also help out on the actual implementation!