Skip to content

v0.6.0

Compare
Choose a tag to compare
@pjsier pjsier released this 08 Dec 02:41
· 20 commits to main since this release

What's Changed

  • Ignored deprecated code warnings for geo_types::Coordinate since we're supporting multiple versions of geo-types (#40)
  • Fixed attributes not being written for kml:Scale, kml:Orientation, kml:Point, kml:Location, kml:LineString, kml:LinearRing, and kml:Placemark (#38)
  • Made license field SPDX compliant (#36)
  • Added kml:SchemaData, kml:SimpleData, and kml:SimpleArrayData (#35) from @k-mack
  • Fix clippy warnings from stable Rust 1.63.0 (#31) from @k-mack
  • Added kml:Alias and kml:ResourceMap (#29) from @k-mack

Full Changelog: v0.5.0...v0.6.0