html_url,id,author,node_id,tag_name,target_commitish,name,draft,prerelease,created_at,published_at,body,repo,reactions,mentions_count https://github.com/eyeseast/geocode-sqlite/releases/tag/0.1.2,30926270,25778,MDc6UmVsZWFzZTMwOTI2Mjcw,0.1.2,master,v0.1.2,0,1,2020-09-08T17:48:24Z,2020-09-08T17:50:15Z,"Basic API is in place, with CLI support for Google, Bing, MapQuest and Nominatum (OSM) geocoders.",293361514,, https://github.com/eyeseast/geocode-sqlite/releases/tag/0.1.3,31002895,25778,MDc6UmVsZWFzZTMxMDAyODk1,0.1.3,master,v0.1.3,0,1,2020-09-09T19:33:12Z,2020-09-09T19:34:18Z,,293361514,, https://github.com/eyeseast/geocode-sqlite/releases/tag/v0.2.0,40900177,25778,MDc6UmVsZWFzZTQwOTAwMTc3,v0.2.0,main,Better argument and option ordering,0,0,2021-04-03T14:39:37Z,2021-04-03T14:44:11Z,"Arguments and options now follow a much more sensible order, following the example of other `thing-to-sqlite` tools. For example: ```sh geocode-sqlite nominatum geo.db innout_test \ --location ""{full}, {city}, {state} {postcode}"" \ --delay 1 \ --user-agent ""geocode-sqlite"" ``` The order is now: 1. `geocode-sqlite` 2. geocoder, such as `nominatum` 3. database path 4. table name 5. any additional options ",293361514,, https://github.com/eyeseast/geocode-sqlite/releases/tag/v0.3.0,40918023,25778,MDc6UmVsZWFzZTQwOTE4MDIz,v0.3.0,main,Progress bars,0,0,2021-04-04T16:04:22Z,2021-04-04T16:06:40Z,The CLI now shows a progress bar as you geocode.,293361514,, https://github.com/eyeseast/geocode-sqlite/releases/tag/v0.4.0,41450813,25778,MDc6UmVsZWFzZTQxNDUwODEz,v0.4.0,main,Label geocoder used for each row,0,0,2021-04-15T01:10:13Z,2021-04-15T01:14:15Z,,293361514,, https://github.com/eyeseast/geocode-sqlite/releases/tag/v0.5.0,41680056,25778,MDc6UmVsZWFzZTQxNjgwMDU2,v0.5.0,main,,0,0,2021-04-20T01:38:25Z,2021-04-20T01:39:33Z,Adds Mapbox geocoder.,293361514,, https://github.com/eyeseast/geocode-sqlite/releases/tag/v0.5.1,43095146,25778,MDc6UmVsZWFzZTQzMDk1MTQ2,v0.5.1,main,,0,0,2021-05-18T01:31:57Z,2021-05-18T01:33:26Z,,293361514,, https://github.com/eyeseast/geocode-sqlite/releases/tag/v0.5.2,60735549,25778,RE_kwDOEXxXas4DnsA9,v0.5.2,main,Fix bug updating rowid tables,0,0,2022-03-01T19:48:05Z,2022-03-01T19:49:19Z,"## What's Changed * Require click >= 7.0 to hide commands by @1-Byte in https://github.com/eyeseast/geocode-sqlite/pull/20 * Fix error with rowid tables by @eyeseast in https://github.com/eyeseast/geocode-sqlite/pull/27 **Full Changelog**: https://github.com/eyeseast/geocode-sqlite/compare/v0.5.1...v0.5.2",293361514,,2 https://github.com/eyeseast/geocode-sqlite/releases/tag/v0.6.0,61620820,25778,RE_kwDOEXxXas4DrEJU,v0.6.0,main,GeoJSON and SpatiaLite support,0,0,2022-03-11T16:57:57Z,2022-03-11T16:58:49Z,"## What's Changed * GeoJSON and SpatiaLite support by @eyeseast in https://github.com/eyeseast/geocode-sqlite/pull/23 **Full Changelog**: https://github.com/eyeseast/geocode-sqlite/compare/v0.5.2...v0.6.0",293361514,,1 https://github.com/eyeseast/geocode-sqlite/releases/tag/v0.6.1,61949501,25778,RE_kwDOEXxXas4DsUY9,v0.6.1,main,v0.6.1,0,0,2022-03-16T01:38:54Z,2022-03-16T01:40:34Z,"## What's Changed * if no bbox options are passed, `value` is None by @noslouch in https://github.com/eyeseast/geocode-sqlite/pull/30 * Pass --api-key to mapbox test by @eyeseast in https://github.com/eyeseast/geocode-sqlite/pull/33 ## New Contributors * @noslouch made their first contribution in https://github.com/eyeseast/geocode-sqlite/pull/30 **Full Changelog**: https://github.com/eyeseast/geocode-sqlite/compare/v0.6.0...v0.6.1",293361514,,2 https://github.com/eyeseast/geocode-sqlite/releases/tag/v0.7.0,81563402,25778,RE_kwDOEXxXas4E3I8K,v0.7.0,main,OpenCage,0,0,2022-10-31T15:03:29Z,2022-10-31T15:07:47Z,"The [OpenCage](https://opencagedata.com/) geocoding service is now supported. Thanks @sbscully. This library is now tested on Python 3.11. ## What's Changed * Add OpenCage option to CLI by @sbscully in https://github.com/eyeseast/geocode-sqlite/pull/39 ## New Contributors * @sbscully made their first contribution in https://github.com/eyeseast/geocode-sqlite/pull/39 **Full Changelog**: https://github.com/eyeseast/geocode-sqlite/compare/v0.6.1...v0.7.0",293361514,,1 https://github.com/eyeseast/geocode-sqlite/releases/tag/v0.8.0,82202036,25778,RE_kwDOEXxXas4E5k20,v0.8.0,main,Capture raw geocoding response,0,0,2022-11-06T16:58:06Z,2022-11-06T16:59:21Z,"## What's Changed * Just a typo! by @shaver in https://github.com/eyeseast/geocode-sqlite/pull/40 * Capture raw geocoding results by @eyeseast in https://github.com/eyeseast/geocode-sqlite/pull/41 ## New Contributors * @shaver made their first contribution in https://github.com/eyeseast/geocode-sqlite/pull/40 **Full Changelog**: https://github.com/eyeseast/geocode-sqlite/compare/v0.7.0...v0.8.0",293361514,,2 https://github.com/eyeseast/geocode-sqlite/releases/tag/v0.8.1,82202314,25778,RE_kwDOEXxXas4E5k7K,v0.8.1,main,v0.8.1,0,0,2022-11-06T17:10:17Z,2022-11-06T17:11:24Z,"## What's Changed * Raw results in geocode_table, too by @eyeseast in https://github.com/eyeseast/geocode-sqlite/pull/42 **Full Changelog**: https://github.com/eyeseast/geocode-sqlite/compare/v0.8.0...v0.8.1",293361514,,1 https://github.com/eyeseast/geocode-sqlite/releases/tag/v0.8.2,82298335,25778,RE_kwDOEXxXas4E58Xf,v0.8.2,main,v0.8.2,0,0,2022-11-07T17:28:31Z,2022-11-07T17:31:06Z,"## What's Changed * Require requests. More forgiving timeout. by @eyeseast in https://github.com/eyeseast/geocode-sqlite/pull/43 **Full Changelog**: https://github.com/eyeseast/geocode-sqlite/compare/v0.8.1...v0.8.2",293361514,,1