Skip to content

Commit 572c8b3

Browse files
authored
Tag v0.5.2 (#21)
* Set package version to v0.5.2 * Add release notes
1 parent 948d99b commit 572c8b3

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

docs/release-notes.md

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

3+
## [v0.5.2](https://github.com/buildarr/buildarr-sonarr/releases/tag/v0.5.2) - 2023-09-09
4+
5+
This is a minor release that fixes the following issues:
6+
7+
* Fix Sonarr instance configuration dumping via the CLI for some instances, by changing URL parsing for the Sonarr instance URL to accept any valid URL (not just instances with actual FQDNs).
8+
9+
### Changed
10+
11+
* Fix URL parsing for configuration dumping ([#19](https://github.com/buildarr/buildarr-sonarr/pull/19))
12+
13+
314
## [v0.5.1](https://github.com/buildarr/buildarr-sonarr/releases/tag/v0.5.1) - 2023-09-09
415

516
This is a minor release that enables support for Buildarr v0.6.0.

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-sonarr"
10-
version = "0.5.1"
10+
version = "0.5.2"
1111
description = "Sonarr PVR plugin for Buildarr"
1212
authors = ["Callum Dickinson <callum.dickinson.nz@gmail.com>"]
1313
license = "GPL-3.0-or-later"

0 commit comments

Comments
 (0)