summaryrefslogtreecommitdiff
path: root/trakt-rs
diff options
context:
space:
mode:
authorGravatar Anshul Gupta <ansg191@anshulg.com> 2024-03-13 19:55:40 -0700
committerGravatar GitHub <noreply@github.com> 2024-03-13 19:55:40 -0700
commit34179fdacf1762c46bc3b430bfe82d71ae4b3e6f (patch)
tree51df475c34f45e9417b19e0c33e7c75f4fdf8c38 /trakt-rs
parent5a6c969543013686d14b07a9321f7c3d590f6804 (diff)
parent8a35ac299b542911bf0c7e2f62157ff2cfcbeaef (diff)
downloadtrakt-macros-v0.1.4.tar.gz
trakt-macros-v0.1.4.tar.zst
trakt-macros-v0.1.4.zip
Merge pull request #40 from ansg191/release-plz-2024-02-20T08-13-03Ztrakt-rs-v0.2.1trakt-macros-v0.1.4trakt-core-v0.2.1
Diffstat (limited to 'trakt-rs')
-rw-r--r--trakt-rs/CHANGELOG.md19
-rw-r--r--trakt-rs/Cargo.toml2
2 files changed, 20 insertions, 1 deletions
diff --git a/trakt-rs/CHANGELOG.md b/trakt-rs/CHANGELOG.md
index dfa5dce..0af627d 100644
--- a/trakt-rs/CHANGELOG.md
+++ b/trakt-rs/CHANGELOG.md
@@ -6,6 +6,25 @@ 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-rs-v0.2.0...trakt-rs-v0.2.1) - 2024-03-14
+
+### Added
+- switches from `smol_str` to `compact_str`
+- *(api)* adds scrobble endpoints
+- *(api)* adds search endpoints
+
+### Changed
+- upgrades `http` from 0.2 to 1
+
+### Other
+- switches from reqwest to ureq for tests
+- Revert "Upgrades to http 1"
+- switches from reqwest to ureq for tests
+- *(clippy)* fixes `module_inception` lint
+- replaces requests with `construct_req`
+- adds codecov to docs/readme
+- updates README.md
+
## [0.2.0](https://github.com/ansg191/trakt/compare/trakt-rs-v0.1.2...trakt-rs-v0.2.0) - 2024-02-19
### Other
diff --git a/trakt-rs/Cargo.toml b/trakt-rs/Cargo.toml
index bda8f1b..e480e5e 100644
--- a/trakt-rs/Cargo.toml
+++ b/trakt-rs/Cargo.toml
@@ -2,7 +2,7 @@
name = "trakt-rs"
description = "A Rust library for the Trakt.tv API"
authors = ["Anshul Gupta <ansg191@anshulg.com>"]
-version = "0.2.0"
+version = "0.2.1"
edition = "2021"
license = "MIT"
documentation = "https://docs.rs/trakt-rs"