Skip to content

Releases: georust/kml

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

v0.4.3

05 Apr 22:22
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @blipmusic made their first contribution in #25

Full Changelog: v0.4.2...v0.4.3

v0.4.2

15 Mar 12:18
Compare
Choose a tag to compare
  • Updates quick-xml to v0.22 which doesn't expose any breaking changes for this API
  • Fix compilation issue when zip feature is disabled (#22) from @vilaureu

v0.4.1

23 Jan 02:09
Compare
Choose a tag to compare
  • Fix issue with sibling kml:Folder or kml:Document elements nesting (#19)

v0.4.0

08 Dec 01:06
Compare
Choose a tag to compare
  • Clippy cleanup (#3)
  • Add support for kml:Location (#7) from @Nadhum
  • Add support for kml:Scale (#8) from @Nadhum
  • Add support for kml:Orientation (#8) from @Nadhum
  • Require clippy and rustfmt in CI (#14)
  • Add support for hotSpot element within kml:IconStyle, including a new Units enum and Vec2 struct (#13) from @ardouglas

v0.3.1

07 Mar 16:12
Compare
Choose a tag to compare

Handles UTF-8 decoding issues (#2)

v0.3.0

23 Jan 13:41
Compare
Choose a tag to compare
chore: bump version

v0.2.0

21 Jan 00:39
Compare
Choose a tag to compare

Initial functionality for reading, writing, and conversion