Skip to content

Commit

Permalink
Version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vollkorntomate committed Aug 18, 2023
1 parent a073dd1 commit 32cd0d2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 1.1.1 (2023-08-18)
- Updated dependencies

# 1.1.0 (2022-10-11)
- Switched from `reqwest` to `ureq` as the HTTP client library
- This results in fewer dependencies and thus shorter builds
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# photon-geocoding-rs

[![version](https://img.shields.io/badge/version-1.1.0-green.svg)](https://codeberg.org/vollkorntomate/photon-geocoding-rs)
[![version](https://img.shields.io/badge/version-1.1.1-green.svg)](https://codeberg.org/vollkorntomate/photon-geocoding-rs)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)
[![crates.io](https://img.shields.io/badge/crates.io-v1.1.0-orange.svg?logo=rust)](https://crates.io/crates/photon-geocoding)
[![crates.io](https://img.shields.io/badge/crates.io-v1.1.1-orange.svg?logo=rust)](https://crates.io/crates/photon-geocoding)

An API client for Komoot's Photon API written in and for Rust.

Expand Down Expand Up @@ -33,7 +33,7 @@ and licensed under the [Apache 2.0 License](https://www.apache.org/licenses/LICE
In your `cargo.toml`, include this:
```toml
[dependencies]
photon-geocoding = { version = "1.1.0" }
photon-geocoding = { version = "1.1.1" }
```

Forward geocoding:
Expand Down

0 comments on commit 32cd0d2

Please sign in to comment.