Skip to content

Releases: samdammers/ink-go

v1.0.2

15 Feb 07:11
Immutable release. Only release title and notes can be modified.
c972203

Choose a tag to compare

What's Changed

  • fix: Robust path resolution for choices in leaf nodes by @samdammers in #7

Full Changelog: v1.0.1...v1.0.2

v1.0.1 - Module Path Fix

07 Feb 23:11
Immutable release. Only release title and notes can be modified.
c1f3e25

Choose a tag to compare

Fixes

  • Module Path: Corrected the module path in go.mod to match the repository URL (github.com/samdammers/ink-go).
  • Retraction: Officially retracted v1.0.0 due to the module path mismatch.

Upgrade Note: Please use this version (v1.0.1) for all new projects.

What's Changed

  • docs: add Contributor Covenant Code of Conduct by @samdammers in #2
  • ci: configure Dependabot for Go Modules and GitHub Actions by @samdammers in #3
  • docs: vanity image and build status by @samdammers in #4
  • ci: add gha perm by @samdammers in #5
  • fix: Correct module path to github.com/samdammers/ink-go and retract v1.0.0 by @samdammers in #6

Full Changelog: v1.0.0...v1.0.1