Releases: whosonfirst/go-whosonfirst-sqlite-spr
Releases · whosonfirst/go-whosonfirst-sqlite-spr
2.1.0
What's Changed
- Replace use of
aaronland/go-sqlite
with plain-vanilladatabase/sql
by @thisisaaronland in #2 - Replace use of
aaronland/go-sqlite
with plain-vanilladatabase/sql
andsfomuseum/go-database
- This release is backwards incompatible as it changes the method signature for
RetrieveSPR
- This release violates the convention of bumping major version numbers for backwards incompatible changes so that it can stay in sync with the major version number of
whosonfirst/go-whosonfirst-spr
. Womp womp...
New Contributors
- @thisisaaronland made their first contribution in #2
Full Changelog: v2.0.0...v2.1.0
2.0.0
- Update to use
aaronland/go-sqlite/v2
0.3.3
- Update vendor deps
- Require Go 1.18 or higher
0.3.2
- Update vendor deps
0.3.1
0.3.0
0.2.0
- DISREGARD THIS RELEASE
0.1.1
0.1.0
- Update to use
aaronland/go-sqlite