From 3ef315c41d001ce25cd34a0380e15c4d1ffc56e1 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Sun, 25 Jun 2023 09:15:19 -0400 Subject: [PATCH] Prepare for geo-types 0.7.10 release (#1023) --- geo-types/CHANGES.md | 2 +- geo-types/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/geo-types/CHANGES.md b/geo-types/CHANGES.md index 88a25760f..495f9e531 100644 --- a/geo-types/CHANGES.md +++ b/geo-types/CHANGES.md @@ -1,6 +1,6 @@ # Changes -## Unreleased +## 0.7.10 * Implement `From<&Line>` for `LineString` diff --git a/geo-types/Cargo.toml b/geo-types/Cargo.toml index 26977ebad..ecf900d04 100644 --- a/geo-types/Cargo.toml +++ b/geo-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "geo-types" -version = "0.7.9" +version = "0.7.10" license = "MIT OR Apache-2.0" repository = "https://github.com/georust/geo" documentation = "https://docs.rs/geo-types/"