📝 Update CHANGELOG for v0.1.1 release

This commit is contained in:
Dan Jones 2026-03-01 08:29:44 -06:00
commit c9ca5effcc

View file

@ -1,5 +1,12 @@
# 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
- ✨ Move CLI commands to cli/ package for extensibility