Releases: georust/kml
Releases · georust/kml
v0.8.5
What's Changed
- fix: allow cumulative innerBoundaryIs tags on a polygon by @cfzimmerman in #59
New Contributors
- @cfzimmerman made their first contribution in #59
Full Changelog: v0.8.4...v0.8.5
v0.8.4
v0.8.3
v0.8.2
v0.8.1
What's Changed
- Fix default impl on enums by @luke-biel in #50
- Clean up code examples by @Dosenpfand in #51
- Disable unneeded zip aes-crypto feature by @Dosenpfand in #52
- Fixed parsing of IconStyle hotSpot. by @adrianhoppe in #53
New Contributors
- @Dosenpfand made their first contribution in #51
- @adrianhoppe made their first contribution in #53
Full Changelog: v0.8.0...v0.8.1
v0.8.0
What's Changed
- Update
quick-xml
,zip
dependencies by @luke-biel in #48
New Contributors
- @luke-biel made their first contribution in #48
Full Changelog: v0.7.1...v0.8.0
v0.7.1
v0.7.0
v0.6.0
What's Changed
- Ignored deprecated code warnings for
geo_types::Coordinate
since we're supporting multiple versions ofgeo-types
(#40) - Fixed attributes not being written for
kml:Scale
,kml:Orientation
,kml:Point
,kml:Location
,kml:LineString
,kml:LinearRing
, andkml:Placemark
(#38) - Made license field SPDX compliant (#36)
- Added
kml:SchemaData
,kml:SimpleData
, andkml:SimpleArrayData
(#35) from @k-mack - Fix clippy warnings from stable Rust 1.63.0 (#31) from @k-mack
- Added
kml:Alias
andkml:ResourceMap
(#29) from @k-mack
Full Changelog: v0.5.0...v0.6.0