Commit Graph

2 Commits

Author SHA1 Message Date
42161ce489 Add build target with version injection via ldflags
- Update Makefile to inject VERSION and GIT_COMMIT at build time
- Change Version from const to var to allow ldflags injection
- Add build target to create binary with proper version info
2025-07-22 13:50:24 +02:00
82f09a16ec Prepare for 1.0 release
- Fix Go version to 1.24.4 in go.mod
- Add version management with version.go
- Add --version flag to CLI tool
- Remove deprecated LoadFromFile and LoadFromReader methods
- Update tests to use new API
- Create TODO.md for future improvements
- Update README with Go version requirement

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-22 13:38:34 +02:00