Skip to content

Releases: Maronato/go-finger

v1.3.0

08 Mar 05:36
54b948e

Choose a tag to compare

Migrates the project from the self-hosted registry to GitHub, with CI/CD fixes contributed by @ArtemStepanov.

Breaking Changes

  • Module path changed from git.maronato.dev/maronato/finger to <github.com/Maronato/go-finger>. Update your imports if using this as a library.
  • Docker image moved from git.maronato.dev/maronato/finger to <ghcr.io/maronato/go-finger>.
  • go install binary is now named go-finger (was finger).

Changes

  • Switch Docker registry to GHCR using GITHUB_TOKEN (thanks @ArtemStepanov)
  • Add workflow_dispatch trigger for manual releases (thanks @ArtemStepanov)
  • Update all GitHub Actions to latest versions
  • Migrate module path and all import references to GitHub