From 0397b73d1622913052564e3ec568cad58f1f3432 Mon Sep 17 00:00:00 2001 From: Callum Dickinson <2997843+Callum027@users.noreply.github.com> Date: Sat, 9 Sep 2023 16:46:30 +1200 Subject: [PATCH] Tag v0.3.1 (#23) * Update package version * Add release notes --- docs/release-notes.md | 15 +++++++++++++++ pyproject.toml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/docs/release-notes.md b/docs/release-notes.md index 88e358c..7dc9635 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,5 +1,20 @@ # Release Notes (Buildarr Prowlarr Plugin) +## [v0.3.1](https://github.com/buildarr/buildarr-prowlarr/releases/tag/v0.3.1) - 2023-09-09 + +This release implements instance links to Radarr instances in application definitions, using the `instance_name` attribute, similar to the existing Sonarr instance links. + +This takes advantage of the new [Radarr plugin for Buildarr](https://buildarr.github.io/plugins/radarr), and allows users to add Radarr instances to Prowlarr configuration without having to explicitly pass the API key (as long as the Radarr instance itself is also configured by Buildarr). + +### Added + +* Implement instance links with Radarr instances ([#20](https://github.com/buildarr/buildarr-prowlarr/pull/20)) + +### Changed + +* Directly parse URL in the CLI command ([#21](https://github.com/buildarr/buildarr-prowlarr/pull/21)) + + ## [v0.3.0](https://github.com/buildarr/buildarr-prowlarr/releases/tag/v0.3.0) - 2023-09-09 This updates the Prowlarr plugin so that it is compatible with [Buildarr v0.6.0](https://buildarr.github.io/release-notes/#v060-2023-09-02). diff --git a/pyproject.toml b/pyproject.toml index d282661..3f70108 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "buildarr-prowlarr" -version = "0.3.0" +version = "0.3.1" description = "Prowlarr indexer manager plugin for Buildarr" authors = ["Callum Dickinson "] license = "GPL-3.0-or-later"