📝 Update CHANGELOG for v0.1.1 release
This commit is contained in:
parent
30a5786adf
commit
c9ca5effcc
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue