File tree Expand file tree Collapse file tree 4 files changed +17
-11
lines changed
Expand file tree Collapse file tree 4 files changed +17
-11
lines changed Original file line number Diff line number Diff line change @@ -128,5 +128,9 @@ dmypy.json
128128# Pyre type checker
129129.pyre /
130130
131- # Buildarr secret/temporary files
131+ # IDEs
132+ .vscode /
133+
134+ # Buildarr local environment and secret files
135+ buildarr * .yml
132136secret * .json
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# Release Notes (Buildarr Sonarr Plugin)
22
3+ ## [ v0.5.1] ( https://github.com/buildarr/buildarr-sonarr/releases/tag/v0.5.1 ) - 2023-09-09
4+
5+ This is a minor release that enables support for Buildarr v0.6.0.
6+
7+ Buildarr v0.5.0 is still supported in this release.
8+
9+ ### Changed
10+
11+ * Update package metadata and dependencies ([ #15 ] ( https://github.com/buildarr/buildarr-sonarr/pull/15 ) )
12+
13+
314## [ v0.5.0] ( https://github.com/buildarr/buildarr-sonarr/releases/tag/v0.5.0 ) - 2023-04-16
415
516This updates the Sonarr plugin so that it is compatible with [ Buildarr v0.5.0] ( https://buildarr.github.io/release-notes/#v050-2023-04-16 ) .
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api"
77
88[tool .poetry ]
99name = " buildarr-sonarr"
10- version = " 0.5.0 "
10+ version = " 0.5.1 "
1111description = " Sonarr PVR plugin for Buildarr"
1212authors = [" Callum Dickinson <callum.dickinson.nz@gmail.com>" ]
1313license = " GPL-3.0-or-later"
You can’t perform that action at this time.
0 commit comments