Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 622 Bytes

CHANGELOG.md

File metadata and controls

14 lines (10 loc) · 622 Bytes

Changelog

1.0.0

  • Breaking change: Swapped to new airports datasource as old has not been updated since 2019 where as the new source (which is listed on the openflights website) is updated daily(!)
  • Added dependabot
  • Added Github Actions
  • Swap csv for nimble_csv
  • Add timezone information accessible through the timezone_id field on the Airport struct
  • Set skip_headers: true when parsing airports from source file

0.1.0

  • Initial Release