From 48ecc45410a51d0e1db8dd0fe0b62bde63f3192b Mon Sep 17 00:00:00 2001 From: Michael Kirk Date: Sun, 17 Apr 2022 10:39:24 -0700 Subject: [PATCH 1/2] update change log --- CHANGES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 4f1bf8ec..09675f25 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,10 @@ # Changes +## 0.26.0 + +- Update to proj 9 + - + ## 0.25.2 - Introduce `Transform` trait, add implementations for `geo-types` From 0d0d373b89a06c5850b13a597b3ce0f03a0f51f8 Mon Sep 17 00:00:00 2001 From: Michael Kirk Date: Sun, 17 Apr 2022 10:45:25 -0700 Subject: [PATCH 2/2] bump version to 0.26.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f4a30d5a..9f2dc881 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proj" description = "High-level Rust bindings for the latest stable version of PROJ" -version = "0.25.2" +version = "0.26.0" authors = [ "The Georust Developers " ]