Skip to content

Commit

Permalink
Tag v0.3.1 (#23)
Browse files Browse the repository at this point in the history
* Update package version
* Add release notes
  • Loading branch information
Callum027 authored Sep 9, 2023
1 parent 3e5a98f commit 0397b73
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"]
license = "GPL-3.0-or-later"
Expand Down

0 comments on commit 0397b73

Please sign in to comment.