From add9d0f0cf0615136a72b8beb0512a505ea7902b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20H=C3=BCgel?= Date: Mon, 13 May 2024 20:14:10 +0100 Subject: [PATCH] Prepare for 0.11.0 release (#52) --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"