Skip to content

Commit 0b3f93e

Browse files
authored
Tag v0.3.0 (#17)
* Set package version to v0.3.0 * Add release notes
1 parent f52f6b6 commit 0b3f93e

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

docs/release-notes.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Release Notes (Buildarr Prowlarr Plugin)
22

3+
## [v0.3.0](https://github.com/buildarr/buildarr-prowlarr/releases/tag/v0.3.0) - 2023-09-09
4+
5+
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).
6+
This version is also backwards compatible with [Buildarr v0.5.0](https://buildarr.github.io/release-notes/#v050-2023-04-16).
7+
8+
Other changes to the Prowlarr plugin for this release include:
9+
10+
* Relax URL parsing on the `buildarr prowlarr dump-config` command, fixing configuration dumping from Prowlarr instances without a canonical domain name (e.g. IP addresses and `localhost`)
11+
12+
### Changed
13+
14+
* Update package metadata and dependencies ([#15](https://github.com/buildarr/buildarr-prowlarr/pull/15))
15+
16+
317
## [v0.2.0](https://github.com/buildarr/buildarr-prowlarr/releases/tag/v0.2.0) - 2023-04-16
418

519
This updates the Prowlarr plugin so that it is compatible with [Buildarr v0.5.0](https://buildarr.github.io/release-notes/#v050-2023-04-16).

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api"
77

88
[tool.poetry]
99
name = "buildarr-prowlarr"
10-
version = "0.2.0"
10+
version = "0.3.0"
1111
description = "Prowlarr indexer manager plugin for Buildarr"
1212
authors = ["Callum Dickinson <callum.dickinson.nz@gmail.com>"]
1313
license = "GPL-3.0-or-later"

0 commit comments

Comments
 (0)