V0.6.0 New endpoint
What's Changed
- support anyhow error by @digizeph in #16
- errors can now be caught and handled by
anyhow
in downstream libraries/binaries.
- errors can now be caught and handled by
- update default URL; fix latest query by @digizeph in #19
- Update default query endpoint, see docs at https://api.bgpkit.com/docs. The query parameters did not change.
- Fix query for the
/latest
endpoint.
Full Changelog: v0.5.0...v0.6.0