# 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.2.1](https://github.com/ansg191/trakt/compare/trakt-core-v0.2.0...trakt-core-v0.2.1) - 2024-03-14 ### Added - adds `construct_req` function ### Changed - upgrades `http` from 0.2 to 1 ### Fixed - incorrect display message in error ### Other - adds codecov to docs/readme - updates README.md ## [0.2.0](https://github.com/ansg191/trakt/compare/trakt-core-v0.1.1...trakt-core-v0.2.0) - 2024-02-19 ### Other - Adds POST /comments endpoint - Removes duplicate code - Adds tests to `trakt-core/url.rs` - Adds `EmojiString` - Adds `Response` derive macro to `trakt-macros`