Skip to content

Commit

Permalink
build(release): Version 2.0.0 → 3.0.0b0
Browse files Browse the repository at this point in the history
[actions skip]
[ci release]
  • Loading branch information
CI Runner committed Nov 9, 2023
1 parent 9fea973 commit 560acd0
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# https://commitizen-tools.github.io/commitizen/
name = "cz_conventional_commits"
changelog_start_rev = "v0.0.0"
version = "2.0.0"
version = "3.0.0b0"
tag_format = "v$version"
annotated_tag = true
gpg_sign = true
Expand Down
20 changes: 17 additions & 3 deletions NEWS-VERSION.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
prunerr 2.0.0 (2023-11-01)
==========================
prunerr 3.0.0b0 (2023-11-09)
============================

No significant changes.
Features
--------

- Add support for setting the download client's timeout. This involves adding support for
configuring each download client individually, as opposed to only a list of URLs, and as
such requires a configuration change::

...
download-clients:
Transmission:
url: "http://transmission:secret@localhost:9091/transmission/"
timeout: "30.0"
max-download-bandwidth: 100
min-download-time-margin: 600
...



20 changes: 20 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
prunerr 3.0.0b0 (2023-11-09)
============================

Features
--------

- Add support for setting the download client's timeout. This involves adding support for
configuring each download client individually, as opposed to only a list of URLs, and as
such requires a configuration change::

...
download-clients:
Transmission:
url: "http://transmission:secret@localhost:9091/transmission/"
timeout: "30.0"
max-download-bandwidth: 100
min-download-time-margin: 600
...


prunerr 2.0.0 (2023-11-01)
==========================

Expand Down
12 changes: 0 additions & 12 deletions newsfragments/+download-client-timeout.feature.rst

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rpattersonnet/prunerr",
"scope": "@rpattersonnet",
"version": "2.0.0",
"version": "3.0.0-b0",
"description": "Perma-seed Servarr media libraries",
"scripts": {
"lint": "npm run lint:code && npm run lint:prose",
Expand Down

0 comments on commit 560acd0

Please sign in to comment.