From 0bc46263ea29d978837b4680cc46e74731c25cad Mon Sep 17 00:00:00 2001 From: Spoked <5782630+dreulavelle@users.noreply.github.com> Date: Tue, 25 Feb 2025 15:05:52 -0600 Subject: [PATCH] chore(main): release 0.21.1 --- CHANGELOG.md | 9 +++++++++ pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee3b7649..a99d5868 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.21.1](https://github.com/rivenmedia/riven/compare/v0.21.0...v0.21.1) (2025-02-25) + + +### Bug Fixes + +* correct cache usage logic in TraktAPI ([6405dd6](https://github.com/rivenmedia/riven/commit/6405dd6b88e725af03e3a9d4a4737f03164a4017)) +* ensure item retrieval returns a valid result in get_item function ([2523993](https://github.com/rivenmedia/riven/commit/25239939a5916f6d3d3fd3018ce58be3033f9b9d)) +* minor tweaks and validation handling ([#1009](https://github.com/rivenmedia/riven/issues/1009)) ([41509ba](https://github.com/rivenmedia/riven/commit/41509bacfc6b712316d57dfba6529c55707c1b7f)) + ## [0.21.0](https://github.com/rivenmedia/riven/compare/v0.20.1...v0.21.0) (2025-02-20) diff --git a/pyproject.toml b/pyproject.toml index 588da940..36834541 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "riven" -version = "0.21.0" +version = "0.21.1" description = "Plex torrent streaming through Real Debrid and 3rd party services like Overseerr, Mdblist, etc." authors = ["Riven Developers"] license = "GPL-3.0"