Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 17 Aug 02:13
· 5 commits to main since this release
3cc375e

go_notify_yourself v0.2.0

go get github.com/Wikid82/go_notify_yourself@v0.2.0

Changelog

Features

  • aa7a849 feat: add providers/all blank-import bundle package
  • 2f9bd7a feat: add self-registering provider factory registry
  • d9da483 feat: add shared regconfig helpers for provider config decoding
  • 643b12e feat: add workflow to propagate changes from main to development
  • 9b4f722 feat: register discord and slack providers with the notify registry
  • 5ff5a4d feat: register email provider with the notify registry
  • 45e61a0 feat: register gotify, pushover, and ntfy providers with the notify registry
  • 079d6db feat: register telegram and webhook providers with the notify registry

Fixes

  • 8f46871 fix: avoid secret-scanner-shaped placeholder in Slack test fixture

Other

  • 436d470 Add renovate.json
  • 196a1ac Merge pull request #1 from Wikid82/renovate/configure
  • ec9beba Merge pull request #3 from Wikid82/renovate/actions-checkout-7.x
  • 1f48592 Merge pull request #4 from Wikid82/renovate/actions-setup-go-7.x
  • a6fedf1 Merge pull request #5 from Wikid82/renovate/goreleaser-goreleaser-action-7.x
  • a1b71f5 Merge pull request #6 from Wikid82/main
  • 3cc375e Merge pull request #7 from Wikid82/feature/provider-registry
  • d572b7c chore(deps): update actions/checkout action to v7
  • 629bda3 chore(deps): update actions/setup-go action to v7
  • a2236a5 chore(deps): update goreleaser/goreleaser-action action to v7
  • 356e2f5 chore: add GitHub FUNDING.yml
  • 56c3def ci: add workflow to promote development branch to main