Skip to content

Commit ee7a499

Browse files
authored
feat: re-export geometry (#614)
- Closes #557
1 parent ca0ea4e commit ee7a499

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

crates/core/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
99
### Added
1010

1111
- `error::Validation::into_json` ([#613](https://github.com/stac-utils/stac-rs/pull/613))
12+
- Re-export `geojson::Geometry` ([#614](https://github.com/stac-utils/stac-rs/pull/614))
1213

1314
### Removed
1415

crates/core/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ pub use data_type::DataType;
195195
pub use error::Error;
196196
pub use fields::Fields;
197197
pub use format::Format;
198+
pub use geojson::Geometry;
198199
pub use geoparquet::{FromGeoparquet, IntoGeoparquet};
199200
pub use href::{Href, RealizedHref, SelfHref};
200201
pub use io::{read, write};

0 commit comments

Comments
 (0)