-
Adds `version` command and Makefile for build info
released this
2026-04-11 13:55:43 +00:00 | 2 commits to main since this releaseProvides a
gitlocal versioncommand to display the application's version, commit hash, and build date.Introduces a
Makefileto automate builds, installations, and tests. The Makefile dynamically extracts version, commit, and date from git tags, commit hashes, and build timestamps, injecting this metadata into the Go binary vialdflags.Updates the
README.mdto document the new command and recommended build process using the Makefile.Downloads