Skip to content

Commit b9ce32d

Browse files
authored
Tag v0.5.1 (#17)
* Set the package version to v0.5.1 * Add release notes * Update `.gitignore` and remove VS Code project files
1 parent 2945980 commit b9ce32d

File tree

4 files changed

+17
-11
lines changed

4 files changed

+17
-11
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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
132136
secret*.json

.vscode/settings.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

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.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

516
This updates the Sonarr 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-sonarr"
10-
version = "0.5.0"
10+
version = "0.5.1"
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)