jdrouet / tmdb-api

Yet another TMDB api client written in rust, working with async
13 stars 8 forks source link

chore: release v0.6.0 #51

Closed github-actions[bot] closed 7 months ago

github-actions[bot] commented 7 months ago

🤖 New release

⚠️ tmdb-api breaking changes

--- failure constructible_struct_adds_field: externally-constructible struct adds field ---

Description:
A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.27.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field Movie.belongs_to_collection in /tmp/.tmpLC1TRb/tmdb-api/src/movie/mod.rs:86
Changelog

## [0.6.0](https://github.com/jdrouet/tmdb-api/compare/v0.5.3...v0.6.0) - 2024-01-21 ### Added - add collections ### Other - lint - add quotes to the refresh script variables - *(collection)* add collection details to the refresh script - typo fix - add .env file to .gitignore - *(deps)* bump h2 from 0.3.20 to 0.3.24


This PR was generated with release-plz.