# 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). ## [Unreleased] ## [0.1.4](https://github.com/ansg191/trakt/compare/trakt-macros-v0.1.3...trakt-macros-v0.1.4) - 2024-03-14 ### Fixed - fixes new `non_local_definitions` lint ### Other - *(request)* changes to use `construct_req` - adds codecov to docs/readme - updates README.md ## [0.1.3](https://github.com/ansg191/trakt/compare/trakt-macros-v0.1.2...trakt-macros-v0.1.3) - 2024-02-19 ### Other - Adds path param checking to `Request` derive macro - Adds `Response` derive macro to `trakt-macros`