Releases: ugjka/go-tz
Releases · ugjka/go-tz
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.v2
github.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