Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Dec 21:22
602a14d

1.0.0 (2023-12-03)

Versioning Strategy

The API is stable and has been running in production for many years now, therefore won't be changing.

This library has a single dependency on golang.org/x/crypto. This means that as the version of Go is updated there, this library will roll up it's version to a new minor.
Any CVEs/security patches that come through via dependabot, without a resulting Go version update, will become a patch release.

For example:

  • If a version of /x/crypto now requires [email protected], argon2 will go from v1.0.0 -> v1.1.0.
  • If x/crypto releases a version that resolves CVEs with no requirement to upgrade Go, then argon2 will go from v1.0.0 -> v1.0.1.

⚠ BREAKING CHANGES

  • deps: bump golang.org/x/crypto from 0.13.0 to 0.16.0 now requires [email protected] as a minimum.

Features

  • deps: bump golang.org/x/crypto from 0.13.0 to 0.16.0 (8dbc527)