Skip to content

Commit

Permalink
Merge #421
Browse files Browse the repository at this point in the history
421: Expose Gcp and GcpRef r=jdroenner a=lnicola

- [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: Laurențiu Nicola <[email protected]>
  • Loading branch information
bors[bot] and lnicola authored Jul 13, 2023
2 parents 95b8dbe + 10ae26e commit 61d79f9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changes

## Unreleased
- `Gcp` and `GcpRef` are now public

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

- Fixed build error with GDAL 3.1

- <https://github.com/georust/gdal/pull/416>
Expand Down
13 changes: 7 additions & 6 deletions bors.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
status = [
"ci gdal-3.7",
"ci gdal-3.6",
"ci gdal-3.5",
"ci gdal-3.4",
"ci gdal-3.3",
"ci gdal-3.2",
"ci gdal-3.7.0",
"ci gdal-3.6.4",
"ci gdal-3.5.3",
"ci gdal-3.4.3",
"ci gdal-3.3.3",
"ci gdal-3.2.3",
"ci gdal-3.1.3",
"ci ubuntu-lts",
]
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ pub use dataset::{
LayerOptions, Transaction,
};
pub use driver::{Driver, DriverManager};
pub use gcp::{Gcp, GcpRef};
#[cfg(any(major_ge_4, all(major_is_3, minor_ge_6)))]
pub use gdal_sys::ArrowArrayStream;
pub use metadata::{Metadata, MetadataEntry};
Expand Down

0 comments on commit 61d79f9

Please sign in to comment.