Skip to content

Releases: dhui/passhash

v0.3.0

12 Sep 09:00
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Changes

  • Support Go 1.11
    • Support modules
    • Drop official support for Go 1.7, 1.8, and 1.9
  • Code cleanup

v0.2.1

28 Mar 23:01
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

Changes

  • Make sure password is actually changed when using Credential.ChangePassword*() methods

v0.2.0

28 Mar 09:17
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Changes

Backwards Incompatible

  • Addresses: #7
    • Existing code calling a Credential.Reset*() method should use the corresponding Credential.ChangePassword*() method
    • Credential.Reset*() methods should be used to reset a password, not change it.

Improvements

  • Officially support Go 1.10

v0.1.0

28 Jan 02:18
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

First tagged release!