Releases: ugjka/go-tz
Releases · ugjka/go-tz
2026a
v2.2.7
v2.2.6
- update to 2025b tzdata
Full Changelog: v2.2.5...v2.2.6
v2.2.3
Full Changelog: v2.2.2...v2.2.3
- update to 2024a timezone shapefile
- fix Asia/Almaty
v2.2.2
Breaking changes
- go.mod module name change
gopkg.in/ugjka/go-tz.v2togithub.com/ugjka/go-tz/v2 - git history wiped, to avoid mess and create new mess (deal with it gif)
- proper import is now
import github.com/ugjka/go-tz/v2, the /tz subdir no longer exists because the documentation site didn't pick it up for some reason, so documentation was always lost - bonus: the library now handles holes in polygons, it is a miracle no one noticed that bug all these years
- the compressed shapefile is now embedded using go:embed
- minimum go version required is 1.18