Skip to content

Commit

Permalink
Merge #429
Browse files Browse the repository at this point in the history
429: prepare 0.16.0 changelog + version r=lnicola a=jdroenner

- [x ] I agree to follow the project's [code of conduct](https://github.com/georust/gdal/blob/master/CODE_OF_CONDUCT.md).
- [x ] I added an entry to `CHANGES.md` if knowledge of this change could be valuable to users.
---



Co-authored-by: Johannes Drönner <[email protected]>
  • Loading branch information
bors[bot] and jdroenner committed Aug 23, 2023
2 parents dd1c5c1 + 52d84aa commit d431893
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,26 @@
# Changes

## Unreleased

## 0.16

- **Breaking**: `Dataset::close` now consumes `self`

- <https://github.com/georust/gdal/pull/420>
- <https://github.com/georust/gdal/pull/420>

- `Gcp` and `GcpRef` are now public

- <https://github.com/georust/gdal/pull/421>
- <https://github.com/georust/gdal/pull/421>

- Fixed build error with GDAL 3.1

- <https://github.com/georust/gdal/pull/416>
- <https://github.com/georust/gdal/pull/416>

## 0.15

- **Breaking**: `RasterBand::actual_block_size` now takes two `usize` offsets instead of `(isize, isize)`

- <https://github.com/georust/gdal/pull/413>
- <https://github.com/georust/gdal/pull/413>

- Added `GDT_Int8` support

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.15.0"
version = "0.16.0"
authors = [
"Alex Morega <[email protected]>",
"Johannes Drönner <[email protected]>",
Expand Down

0 comments on commit d431893

Please sign in to comment.