From 618c9f59bc49ba31e0f901cc2c4de7016604572c Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Sat, 24 Jun 2023 15:46:32 -0400 Subject: [PATCH 1/3] Update Cargo.toml --- geo/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geo/Cargo.toml b/geo/Cargo.toml index 1a13372c9..abd666f86 100644 --- a/geo/Cargo.toml +++ b/geo/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "geo" description = "Geospatial primitives and algorithms" -version = "0.25.0" +version = "0.26.0" license = "MIT OR Apache-2.0" repository = "https://github.com/georust/geo" documentation = "https://docs.rs/geo/" From b89777d77736434dc1ce14e785c601d1d5d3fc8d Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Sat, 24 Jun 2023 15:47:01 -0400 Subject: [PATCH 2/3] Update CHANGES.md --- geo/CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geo/CHANGES.md b/geo/CHANGES.md index fa38c4a57..87fea319b 100644 --- a/geo/CHANGES.md +++ b/geo/CHANGES.md @@ -1,6 +1,6 @@ # Changes -## Unreleased +## 0.25.1 - Add `TriangulateEarcut` algorithm trait to triangulate polygons with the earcut algorithm. - From e7cf85f5965925af0fe9e8d29a608ddc9a87bbb6 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Sat, 24 Jun 2023 15:51:28 -0400 Subject: [PATCH 3/3] Update Cargo.toml --- geo/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geo/Cargo.toml b/geo/Cargo.toml index abd666f86..1a230402e 100644 --- a/geo/Cargo.toml +++ b/geo/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "geo" description = "Geospatial primitives and algorithms" -version = "0.26.0" +version = "0.25.1" license = "MIT OR Apache-2.0" repository = "https://github.com/georust/geo" documentation = "https://docs.rs/geo/"