Skip to content

Releases: brycx/checkpwn

0.5.4

23 Jan 09:32
47ed5b2
Compare
Choose a tag to compare

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

02 Jun 07:37
2492358
Compare
Choose a tag to compare

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

31 Jan 10:06
490939d
Compare
Choose a tag to compare

Changelog:

  • Tracking release for bump of checkpwn-lib to 0.1.1

0.5.1

28 Nov 10:26
Compare
Choose a tag to compare

Changelog:

  • Fix broken release build when trying to install with cargo install

0.5.0

11 Nov 10:05
c8f316e
Compare
Choose a tag to compare

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

11 Nov 09:35
3dba629
Compare
Choose a tag to compare

Changelog:

  • Switch to dirst-next (#36)

0.4.0

25 Sep 12:22
13a2d5d
Compare
Choose a tag to compare

Changelog:

0.3.9

25 Sep 11:31
bfbcf3f
Compare
Choose a tag to compare

Changelog:

  • Updated rpassword

0.3.8

08 Aug 12:22
5cbbbea
Compare
Choose a tag to compare

Changelog:

  • Updated dependencies
  • Improvements to internal error-handling (#25 by @mdtro)

0.3.7

20 Apr 08:30
c2d5807
Compare
Choose a tag to compare

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!