Skip to content

Commit 9092720

Browse files
authored
Tag v0.6.3 (#46)
* Bump version * Add release notes
1 parent b88d9e6 commit 9092720

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.6.3](https://github.com/buildarr/buildarr-sonarr/releases/tag/v0.6.3) - 2023-12-02
4+
5+
This release adds support for defining a URL base for the Sonarr instance in the Buildarr configuration, using the `url_base` host configuration attribute.
6+
7+
This allows Sonarr instances with APIs available under a custom path (e.g. `http://localhost:8989/sonarr`) to be managed by Buildarr.
8+
9+
### Changed
10+
11+
* Add Sonarr instance URL base support ([#44](https://github.com/buildarr/buildarr-sonarr/pull/44))
12+
13+
314
## [v0.6.2](https://github.com/buildarr/buildarr-sonarr/releases/tag/v0.6.2) - 2023-12-01
415

516
This release fixes the following issues:

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.6.2"
10+
version = "0.6.3"
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)