Skip to content

v3.4.2

Latest
Compare
Choose a tag to compare
@leontoeides leontoeides released this 08 Feb 14:52
· 45 commits to master since this release

What's Changed

  • 3.4.2: 2024-02-08: google_maps::GoogleMapsClient::new has been deprecated in favour of google_maps::GoogleMapsClient::try_new

  • 3.4.2: 2024-02-08: Minor breaking change: google_maps::GoogleMapsClient.with_rate now uses a reference to the selected
    API (i.e. .with_rate(&google_maps::Api::All) instead of .with_rate(google_maps::Api::All))

  • 3.4.2: 2024-02-07: README.MD makeover. Thank you seanpianka!

  • docs: update readme to follow conventional style by @seanpianka in #22

  • 3.4.2: 2024-02-07: Applied many clippy suggestions.

Full Changelog: v3.4.1...v3.4.2