From 23521c5c009f207701c86f66be0baa51b95694f2 Mon Sep 17 00:00:00 2001 From: Corey Farwell <coreyf@rwell.org> Date: Sun, 2 Feb 2020 12:15:31 -0500 Subject: [PATCH] prepare for 0.6.0 release --- CHANGES.md | 8 ++++++++ Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index bbb73e95..1330fad0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,13 @@ # Changes +## 0.5.0 + +* [Bump geo-types from 0.3 -> 0.4](https://github.com/georust/gdal/pull/71) +* [Allow reading block-size of Rasters](https://github.com/georust/gdal/pull/67) +* [Add prebuilt-bindings GDAL 2.3 and GDAL 2.4](https://github.com/georust/gdal/pull/69) +* [Make GdalType trait public](https://github.com/georust/gdal/pull/66) +* [RasterBand to Ndarray, with failure](https://github.com/georust/gdal/pull/68) + ## 0.4.0 * [Migrate to the `geo-types` crate](https://github.com/georust/gdal/pull/60) * [Replace `error-chain` with `failure`](https://github.com/georust/gdal/pull/58) diff --git a/Cargo.toml b/Cargo.toml index c883d8cc..0333d328 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "gdal" description = "GDAL bindings for Rust" license = "MIT" -version = "0.5.0" +version = "0.6.0" authors = [ "Alex Morega <alex@grep.ro>", "Johannes Drönner <droenner@informatik.uni-marburg.de>"