diff options
Diffstat (limited to 'trakt-core')
-rw-r--r-- | trakt-core/CHANGELOG.md | 15 | ||||
-rw-r--r-- | trakt-core/Cargo.toml | 2 |
2 files changed, 16 insertions, 1 deletions
diff --git a/trakt-core/CHANGELOG.md b/trakt-core/CHANGELOG.md index 1de4760..4dbe0be 100644 --- a/trakt-core/CHANGELOG.md +++ b/trakt-core/CHANGELOG.md @@ -6,6 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [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 diff --git a/trakt-core/Cargo.toml b/trakt-core/Cargo.toml index 7c8c909..832fc29 100644 --- a/trakt-core/Cargo.toml +++ b/trakt-core/Cargo.toml @@ -2,7 +2,7 @@ name = "trakt-core" description = "Core library for trakt-rs" authors = ["Anshul Gupta <ansg191@anshulg.com>"] -version = "0.2.0" +version = "0.2.1" edition = "2021" license = "MIT" documentation = "https://docs.rs/trakt-core" |