Skip to content

Releases: georust/kml

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