## Version: 0.3.2
- Fix issue when adding `RequestParameter::CurrentSeason`
- Upgraded dependencies to latest versions
## Version: 0.3.1
- Fix unexported struct `ErgastClient
## Version: 0.3.0
- Introduce `RequestBuilder` for better request creation (including flexible query criteria)
- Introduce `Ergast` trait and rename previous client form `Ergast` to `ErgastClient`
- Rename `Ergast::race_schedule` to `Ergast::schedule`
- Add `Ergast::sprint_results` for easy sprint result querying
- Switch order for `round` and `season` parameter in `Ergast::{race_results, qualifying_results}`
- Fix parsing race schedules without FP1/FP2/FP3 starting times
## Version: 0.2.1
- Make the `api` module public
- Fix parsing the Q1/Q2/Q3 times in qualifying
## Version 0.2.0
- Fixed typo in the `response` module (previously `respose`)
- Added `ErgastMock`, a mock version of `Ergast` to facilitate testing
## Version 0.1.0
- Re-publish crate under correctly spelled name: ergast-rs
- Yanked previously misspelled eargast-rs (I'm sure there's a Van Gogh joke there...)