# Changes ## 0.4.0 - Switch GeoAdmin API to WGS84 - - Migrate to Github Actions - Update tests and dependencies - Update geo-types - Derive Debug where necessary - Fix OpenCage schema ## 0.3.1 - Allow usage of `rustls-tls` feature ## 0.3.0 - Update reqwest and hyper - - Upgrade geo-types - - Allow optional parameters for Opencage - - Derive `Clone` for Opencage results - ## 0.2.0 - Made Opencage and Openstreetmap responses/results serializable so it's easier to store them afterwards - - Replace Failure with Thiserror - - Update geo-types to 0.5 - - Update reqwest and hyper - ## 0.1.0 - Added OpenStreetMap provider - - Fixes to keep up with OpenCage schema updates - - Switch to 2018 edition, use of `Failure`, more robust OpenCage schema definition, more ergonomic specification of bounds for OpenCage - https://github.com/georust/geocoding/pull/15