Skip to content

Releases: georust/kml

v0.8.5

02 Jan 23:35
Compare
Choose a tag to compare

What's Changed

  • fix: allow cumulative innerBoundaryIs tags on a polygon by @cfzimmerman in #59

New Contributors

Full Changelog: v0.8.4...v0.8.5

v0.8.4

07 Nov 00:33
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @k-bx made their first contribution in #58

Full Changelog: v0.8.3...v0.8.4

v0.8.3

05 Aug 16:14
Compare
Choose a tag to compare

What's Changed

  • fix: make default color mode normal by @pjsier in #57

Full Changelog: v0.8.2...v0.8.3

v0.8.2

28 Jun 00:37
Compare
Choose a tag to compare

What's Changed

  • fix: ignore comments in reader by @pjsier in #55

Full Changelog: v0.8.1...v0.8.2

v0.8.1

23 Jun 02:34
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.8.1

v0.8.0

09 Apr 14:40
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.1...v0.8.0

v0.7.1

17 Feb 02:35
Compare
Choose a tag to compare

What's Changed

  • fix: handle invalid utf-8 with lossy conversion by @pjsier in #45

Full Changelog: v0.7.0...v0.7.1

v0.7.0

30 Jan 00:57
Compare
Choose a tag to compare

What's Changed

  • Add attrs to style elements, make ID optional by @pjsier in #42

Full Changelog: v0.6.0...v0.7.0

v0.6.0

08 Dec 02:41
Compare
Choose a tag to compare

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

v0.5.0

03 Aug 00:44
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.3...v0.5.0