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..2da4d9ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,10 +2,10 @@ 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/" +documentation = "https://georust.github.io/rust-gdal/" [dependencies] libc = "0.1.7"