File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed
Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,21 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.3.0] - WIP
9+
10+ This release is a work in progress.
11+
12+ ### Changed
13+ - Make ` ReverseGeocode ` thread safe, thanks to @mologie (#34 )
14+ - This makes the first call to `ReverseGeocode` much slower. This can be
15+ mitigated by calling `Build` first.
16+
817## [ 1.2.0] - 2023-01-03
918
1019It's been a while since the last release, so all of the dependencies have been
1120updated, but this is mostly about the first user contribution.
1221
13- ## Changed
22+ ### Changed
1423 - Moved to using Go embed for the data files, thanks to @benjojo (#18 )
1524 - Updated to Go 1.19
1625 - Updated other dependencies
Original file line number Diff line number Diff line change 11module github.com/sams96/rgeo
22
3- go 1.19
3+ go 1.24
44
55require (
66 github.com/go-test/deep v1.1.1
Original file line number Diff line number Diff line change 11github.com/alecthomas/assert/v2 v2.10.0 h1:jjRCHsj6hBJhkmhznrCzoNpbA3zqy0fYiUcYZP/GkPY =
2+ github.com/alecthomas/assert/v2 v2.10.0 /go.mod h1:Bze95FyfUr7x34QZrjL+XP+0qgp/zg8yS+TtBj1WA3k =
23github.com/alecthomas/repr v0.4.0 h1:GhI2A8MACjfegCPVq9f1FLvIBS+DrQ2KQBFZP1iFzXc =
4+ github.com/alecthomas/repr v0.4.0 /go.mod h1:Fr0507jx4eOXV7AlPV6AVZLYrLIuIeSOWtW57eE/O/4 =
35github.com/go-test/deep v1.1.1 h1:0r/53hagsehfO4bzD2Pgr/+RgHqhmf+k1Bpse2cTu1U =
46github.com/go-test/deep v1.1.1 /go.mod h1:5C2ZWiW0ErCdrYzpqxLbTX7MG14M9iiw8DgHncVwcsE =
57github.com/golang/geo v0.0.0-20230421003525-6adc56603217 h1:HKlyj6in2JV6wVkmQ4XmG/EIm+SCYlPZ+V4GWit7Z+I =
68github.com/golang/geo v0.0.0-20230421003525-6adc56603217 /go.mod h1:8wI0hitZ3a1IxZfeH3/5I97CI8i5cLGsYe7xNhQGs9U =
79github.com/hexops/gotextdiff v1.0.3 h1:gitA9+qJrrTCsiCl7+kh75nPqQt1cx4ZkudSTLoUqJM =
10+ github.com/hexops/gotextdiff v1.0.3 /go.mod h1:pSWU5MAI3yDq+fZBTazCSJysOMbxWL1BSow5/V2vxeg =
811github.com/twpayne/go-geom v1.6.0 h1:WPOJLCdd8OdcnHvKQepLKwOZrn5BzVlNxtQB59IDHRE =
912github.com/twpayne/go-geom v1.6.0 /go.mod h1:Kr+Nly6BswFsKM5sd31YaoWS5PeDDH2NftJTK7Gd028 =
You can’t perform that action at this time.
0 commit comments