Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.87 KB

File metadata and controls

34 lines (20 loc) · 1.87 KB

CHANGELOG

0.6.0

  • #22: Support writing GPX files

0.5.0

  • #20: Switch from geo to geo-types

0.4.1

  • d7fec64: Support geoidheight waypoint tag

0.4.0

  • 5869643: Bump dependencies: geo, xml-rs
  • 78ce583: Rework parsing: More strict and (hopefully) cleaner

0.3.0

The 0.3.0 release contains added support for GPX 1.0, "bounds" support for tracks, and improved error reporting.

  • 385ca1c: Support GPX 1.0 (#6)
  • 9680234: Handle the GPX version attribute (#6)
  • 6e07049: Handle bounds attribute (#6)
  • 92dbb56: Include the child tag name into 'InvalidChildElement' error. (#7)

0.2.0

The 0.2.0 release contains new changes that add GPX waypoint accuracy information and Clone for public types.

  • 74d5132: Derive clone for public types (#3)
  • 13ca700: Add GPX waypoint accuracy information (#2)