Skip to content

v1.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 26 Apr 16:21
· 6 commits to main since this release

1.0.0 (2026-04-26)

Feature

  • add dyndns update command (508291d)
  • add token-policy commands (list, get, create, update, delete) (300e266)
  • add token policy API methods (4326c5a)
  • add token commands (list, get, create, update, delete) (4c6ba23)
  • add token API methods (6cda862)
  • add record commands (list, get, create, update, delete, bulk) (a39fe83)
  • add RRset API methods (7508ae0)
  • add domain commands (list, get, create, delete, export) (6551fc9)
  • add domain API methods (a43d195)
  • add config init command (09c8b84)
  • add output formatter with table, JSON, and YAML support (c382775)
  • add HTTP client core with auth, error handling, and pagination (d2aa22a)
  • add API request/response types (6c7fec6)
  • scaffold project with root command and config loading (0f9c1b6)

Bug Fixes

  • resolve errcheck lint violations and remove redundant auto-approve workflow (9ddca8d)

Chores

  • deps: update actions/checkout action to v6 (f394296)
  • deps: update dependency go to 1.26 (#1) (81f244d)
  • add .gitignore (5b202b5)

CI

  • replace release-please with go-semantic-release and commitlint (f2bf25c)
  • add release-please for automated versioning (7bf31a3)
  • auto-approve and automerge Renovate PRs (1ebc669)
  • add CODEOWNERS for PR approval control (82d98aa)
  • add GitHub Actions, GoReleaser, and Renovate config (04c0e0e)