Skip to content

Commit

Permalink
Tag v0.5.0 (#50)
Browse files Browse the repository at this point in the history
* Bump version
* Add release notes
* Update package URLs
  • Loading branch information
Callum027 committed Nov 12, 2023
1 parent 9d6e86d commit 1e55e85
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
9 changes: 9 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Release Notes (Buildarr Prowlarr Plugin)

## [v0.5.0](https://github.com/buildarr/buildarr-prowlarr/releases/tag/v0.5.0) - 2023-11-12

This updates the Sonarr plugin so that it is compatible with [Buildarr v0.7.0](https://buildarr.github.io/release-notes/#v070-2023-11-12).

### Changed

* Add Buildarr v0.7.0 support ([#48](https://github.com/buildarr/buildarr-sonarr/pull/48))


## [v0.4.3](https://github.com/buildarr/buildarr-prowlarr/releases/tag/v0.4.3) - 2023-11-07

This release fixes the following issues:
Expand Down
8 changes: 6 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "buildarr-prowlarr"
version = "0.4.3"
version = "0.5.0"
description = "Prowlarr indexer manager plugin for Buildarr"
authors = ["Callum Dickinson <callum.dickinson.nz@gmail.com>"]
license = "GPL-3.0-or-later"
homepage = "https://buildarr.github.io/plugins/prowlarr"
homepage = "https://buildarr.github.io"
repository = "https://github.com/buildarr/buildarr-prowlarr"
documentation = "https://buildarr.github.io/plugins/prowlarr"
keywords = [
Expand All @@ -37,6 +37,10 @@ classifiers = [
readme = "README.md"
packages = [{include = "buildarr_prowlarr"}]

[tool.poetry.urls]
"Changes" = "https://buildarr.github.io/plugins/prowlarr/release-notes"
"Issue Tracker" = "https://github.com/buildarr/buildarr-prowlarr/issues"

[tool.poetry.plugins."buildarr.plugins"]
"prowlarr" = "buildarr_prowlarr.plugin:ProwlarrPlugin"

Expand Down

0 comments on commit 1e55e85

Please sign in to comment.