Skip to content

Commit

Permalink
chore(changelog): remove dates from changelog
Browse files Browse the repository at this point in the history
These can be found at the releases
  • Loading branch information
sjoulbak committed Jul 23, 2024
1 parent 80bdc8a commit b37e574
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 1.0.0 (2022-02-17)
## 1.0.0

- **Breaking change:** Swapped to new airports datasource as old has not been [updated since 2019](https://github.com/jpatokal/openflights/commits/master/data/airports.dat) where as the new source (which is listed on the openflights website) is [updated daily(!)](https://github.com/davidmegginson/ourairports-data/commits/main/airports.csv)
- Added dependabot
Expand All @@ -9,6 +9,6 @@
- Add timezone information accessible through the `timezone_id` field on the `Airport` struct
- Set `skip_headers: true` when parsing airports from source file

## v0.1.0 (2017-06-09)
## 0.1.0

- Initial Release

0 comments on commit b37e574

Please sign in to comment.