🔀 Merge tag 'v0.1.1' into develop

🔖 v0.1.1 with improved extensability and code improvements
This commit is contained in:
Dan Jones 2026-03-01 08:38:19 -06:00
commit aa5ea0ad70

View file

@ -1,5 +1,12 @@
# Changelog # Changelog
## [0.1.1] - 2026-03-01
- Add Time method to Date struct for accessing internal timestamp
- Add Makefile targets for go vet and go fix
- Use named struct fields in tests
- Apply go fix improvements (use maps.Copy, strings.CutPrefix, bytes.Cut, range over int)
## [0.1.0] - 2026-02-28 ## [0.1.0] - 2026-02-28
- ✨ Move CLI commands to cli/ package for extensibility - ✨ Move CLI commands to cli/ package for extensibility