From 7d609f5ac01edcb747fcfd45f3f2fa0ca539c398 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20H=C3=BCgel?= Date: Fri, 26 Apr 2024 16:21:40 +0100 Subject: [PATCH] Prepare for 0.10.2 release --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18ae742..02f5aba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 0.10.2 + * fix decoder crashing with out-of-bounds error (https://github.com/georust/polyline/pull/37): * protect against invalid polylines * protect against potential overflow when shifting diff --git a/Cargo.toml b/Cargo.toml index 88b6eea..b5e4df9 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.1" +version = "0.10.2" authors = ["Tom MacWright ", "The GeoRust Developers "] repository = "https://github.com/georust/polyline" readme = "README.md"