Skip to content
This repository was archived by the owner on Jun 20, 2026. It is now read-only.
/ hkup-cli Public archive

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 26 Nov 19:10

2.0.0 (2025-11-26)

⚠ BREAKING CHANGES

  • cmd: The command and internal logic module structure has been completely flattened. Subcommands (like config and template) and their logic are now defined in standalone files within the top-level cmd/ and internal/logic/ directories (e.g., cmd/config/get.go is now cmd/config-get.go).

Features

  • bump Go module to v2, upgrade Go/dependencies, and refactor Git logic (887ec35)
  • change license from MIT to GPLv3 (13b3c85)

Code Refactoring

  • cmd: flatten command structure and update module paths (165dc44)