All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.4.0 - 2024-01-03
- Update parse-display dependency to 0.8
- Update hyper dependency to 1.0
- Bump MSRV to 1.65
0.3.0 - 2023-04-04
- Bump MSRV to 1.58
- Make API endpoint futures safe to share between threads
0.2.0 - 2022-12-01
- Support all parameters for List Movies with the
ListMovies
builder - Support for the movie details API endpoint
- Updated parse-display dependency to 0.6.0
- Bump MSRV to 1.56
list_movies
is replaced by theListMovies
builder
0.1.1 - 2021-05-19
- Fixed a panic when a search gave zero results
0.1.0 - 2021-05-19
Initial release