Releases: georust/kml
Releases · georust/kml
v0.4.3
What's Changed
- Fixes serialization order of some geometry elements to match the sequence in the specification (#25) from @blipmusic
New Contributors
- @blipmusic made their first contribution in #25
Full Changelog: v0.4.2...v0.4.3
v0.4.2
v0.4.1
v0.4.0
- 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 withinkml:IconStyle
, including a newUnits
enum andVec2
struct (#13) from @ardouglas