Skip to content

Releases: ugjka/go-tz

v2.2.3

18 Mar 15:57
0f65fe9
Compare
Choose a tag to compare

Full Changelog: v2.2.2...v2.2.3

  • update to 2024a timezone shapefile
  • fix Asia/Almaty

v2.2.2

21 Feb 17:34
d341efd
Compare
Choose a tag to compare

Breaking changes

  • go.mod module name change gopkg.in/ugjka/go-tz.v2 to 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