This repository was archived by the owner on Jun 20, 2026. It is now read-only.
v2.0.0
2.0.0 (2025-11-26)
⚠ BREAKING CHANGES
- cmd: The command and internal logic module structure has been completely flattened. Subcommands (like
configandtemplate) and their logic are now defined in standalone files within the top-levelcmd/andinternal/logic/directories (e.g.,cmd/config/get.gois nowcmd/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)