Releases: georust/geotiff
Releases · georust/geotiff
v0.1.0
[0.1.0] - 2025-06-10
🏗️ Breaking changes
🚀 Features
- Coordinate Transformations by @gschulze in #21
- Support for reading GeoKeyDirectory by @gschulze in #19
🏭 Refactor
- Use tiff Tag enum from tiff crate by @weiji14 in #14
- Use tiff tag types from tiff crate by @weiji14 in #11
📝 Documentation
🧰 Maintenance
- Test on MSRV, stable, beta and nightly Rust versions by @weiji14 in #26
- Set MSRV to 1.70 by @weiji14 in #25
- Add clippy lint GitHub Actions CI by @weiji14 in #12
- Fix various unused warnings by @weiji14 in #10
- Fix compilation errors on Rust 2021 edition by @weiji14 in #9
- Setup GitHub Actions Continuous Integration tests by @weiji14 in #8