diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dd8d33..e21967d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 0.11.0 * Speed up encode function (now runs in ~72% less time / 3.5x improvement): * https://github.com/georust/polyline/pull/42 diff --git a/Cargo.toml b/Cargo.toml index fae1e29..523c6a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "polyline" description = "Encoder and decoder for the Google Encoded Polyline format" -version = "0.10.2" +version = "0.11.0" repository = "https://github.com/georust/polyline" documentation = "https://docs.rs/polyline/" readme = "README.md"