Skip to content

Commit

Permalink
prepare for 0.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
frewsxcv committed Feb 2, 2020
1 parent 44938ee commit 23521c5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "gdal"
description = "GDAL bindings for Rust"
license = "MIT"
version = "0.5.0"
version = "0.6.0"
authors = [
"Alex Morega <[email protected]>",
"Johannes Drönner <[email protected]>"
Expand Down

0 comments on commit 23521c5

Please sign in to comment.