2023-09-20 13:25:54 +10:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
|
2023-10-10 13:48:29 +11:00
|
|
|
## [Unreleased]
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
- RequestData is now private because it's not used outside of the crate.
|
|
|
|
- RequestData variants fixed lints: GET -> Get.
|
|
|
|
|
2023-10-10 12:45:07 +11:00
|
|
|
## [0.1.6] - 2023-10-10
|
|
|
|
|
|
|
|
### Fixes
|
|
|
|
|
|
|
|
- More optional fields and parsing tests (#4).
|
|
|
|
|
2023-09-20 13:25:54 +10:00
|
|
|
## [0.1.5] - 2023-09-20
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
- This changelog.
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
2023-10-10 12:45:07 +11:00
|
|
|
- Additional response fields for Model S (#3).
|