Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 1.34 KB

CHANGELOG.md

File metadata and controls

53 lines (33 loc) · 1.34 KB

Changelog

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

Changed

  • Update parse-display dependency to 0.8
  • Update hyper dependency to 1.0
  • Bump MSRV to 1.65

0.3.0 - 2023-04-04

Changed

  • Bump MSRV to 1.58
  • Make API endpoint futures safe to share between threads

0.2.0 - 2022-12-01

Added

  • Support all parameters for List Movies with the ListMovies builder
  • Support for the movie details API endpoint

Changed

  • Updated parse-display dependency to 0.6.0
  • Bump MSRV to 1.56

Deprecated

  • list_movies is replaced by the ListMovies builder

0.1.1 - 2021-05-19

Fixed

  • Fixed a panic when a search gave zero results

0.1.0 - 2021-05-19

Initial release