Skip to content

v0.10.1

Choose a tag to compare

@github-actions github-actions released this 16 Jul 09:43

Hydaelyn v0.10.1

Status: Released

Released on 2026-07-16.

Module integrity fix

v0.10.1 publishes the intended v0.10.0 framework changes under a new,
verifiable module version. The v0.10.0 tag reused a version already recorded
with different content in the public Go checksum database, so standard Go
module verification rejects it.

This release:

  • retracts v0.10.0 in go.mod;
  • preserves the public API and runtime behavior documented in the
    v0.10.0 release notes;
  • gives module consumers a version that installs with normal checksum
    verification enabled.

Consumers should upgrade directly to v0.10.1:

go get github.com/Viking602/go-hydaelyn@v0.10.1
go install github.com/Viking602/go-hydaelyn/cmd/hydaelyn@v0.10.1

Full Changelog: v0.10.0...v0.10.1