From 7bfb592362cf48f47edc0d32cea88abf148bf944 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Fri, 27 May 2016 23:09:36 -0400 Subject: [PATCH 1/2] Prepare for 0.2.1 release. --- CHANGES.md | 3 +++ Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 CHANGES.md diff --git a/CHANGES.md b/CHANGES.md new file mode 100644 index 00000000..d54e75a3 --- /dev/null +++ b/CHANGES.md @@ -0,0 +1,3 @@ +# 0.2.1 + +* [First version of metadata handling](https://github.com/georust/rust-gdal/pull/21) diff --git a/Cargo.toml b/Cargo.toml index f0dca7b8..e7e0ec31 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "gdal" description = "GDAL bindings for Rust" license = "MIT" -version = "0.2.0" +version = "0.2.1" authors = ["Alex Morega "] repository = "https://github.com/georust/rust-gdal" documentation = "http://georust.github.io/rust-gdal/" From 8c8382b2628427863fbf6f3c01688dae06a62682 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Fri, 27 May 2016 23:09:58 -0400 Subject: [PATCH 2/2] Link to HTTPS docs. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e7e0ec31..2da4d9ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ license = "MIT" version = "0.2.1" authors = ["Alex Morega "] repository = "https://github.com/georust/rust-gdal" -documentation = "http://georust.github.io/rust-gdal/" +documentation = "https://georust.github.io/rust-gdal/" [dependencies] libc = "0.1.7"