Skip to content

Commit

Permalink
build(release): Version 2.0.0b1 → 2.0.0b2
Browse files Browse the repository at this point in the history
[actions skip]
[ci release]
  • Loading branch information
CI Runner committed Oct 30, 2023
1 parent b42d3d2 commit 9be68ea
Show file tree
Hide file tree
Showing 6 changed files with 51 additions and 24 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.0b1"
version = "2.0.0b2"
tag_format = "v$version"
annotated_tag = true
gpg_sign = true
Expand Down
23 changes: 21 additions & 2 deletions NEWS-VERSION.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,29 @@
prunerr 2.0.0b1 (2023-10-29)
prunerr 2.0.0b2 (2023-10-30)
============================

Bugfixes
--------

- Trigger a release after the v2.0.0b0 release failure.
- Fix handling of empty top-level keys in the configuration file::

DEBUG:prunerr.runner:Sub-command `exec` completed in 89.50181317329407s
Traceback (most recent call last):
File "/usr/local/bin/prunerr", line 8, in <module>
sys.exit(main())
^^^^^^
File "/usr/local/lib/python3.11/site-packages/prunerr/__init__.py", line 241, in main
_main(args=args)
File "/usr/local/lib/python3.11/site-packages/prunerr/__init__.py", line 288, in _main
if (result := parsed_args.command(runner, **command_kwargs)) is not None:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/prunerr/__init__.py", line 181, in daemon
runner.daemon(*args, **kwargs)
File "/usr/local/lib/python3.11/site-packages/prunerr/runner.py", line 337, in daemon
poll = self.config.get("daemon", {}).get("poll", 60)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'get'
- Get default values from `the example configuration file
<https://gitlab.com/rpatterson/prunerr/blob/main/src/prunerr/home/.config/prunerr.yml>`_.



28 changes: 28 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
prunerr 2.0.0b2 (2023-10-30)
============================

Bugfixes
--------

- Fix handling of empty top-level keys in the configuration file::

DEBUG:prunerr.runner:Sub-command `exec` completed in 89.50181317329407s
Traceback (most recent call last):
File "/usr/local/bin/prunerr", line 8, in <module>
sys.exit(main())
^^^^^^
File "/usr/local/lib/python3.11/site-packages/prunerr/__init__.py", line 241, in main
_main(args=args)
File "/usr/local/lib/python3.11/site-packages/prunerr/__init__.py", line 288, in _main
if (result := parsed_args.command(runner, **command_kwargs)) is not None:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/prunerr/__init__.py", line 181, in daemon
runner.daemon(*args, **kwargs)
File "/usr/local/lib/python3.11/site-packages/prunerr/runner.py", line 337, in daemon
poll = self.config.get("daemon", {}).get("poll", 60)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'get'
- Get default values from `the example configuration file
<https://gitlab.com/rpatterson/prunerr/blob/main/src/prunerr/home/.config/prunerr.yml>`_.


prunerr 2.0.0b1 (2023-10-29)
============================

Expand Down
2 changes: 0 additions & 2 deletions newsfragments/+config-defaults-example.bugfix.rst

This file was deleted.

18 changes: 0 additions & 18 deletions newsfragments/+config-empty-keys.bugfix.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-b1",
"version": "2.0.0-b2",
"description": "Perma-seed Servarr media libraries",
"scripts": {
"lint": "npm run lint:code && npm run lint:prose",
Expand Down

0 comments on commit 9be68ea

Please sign in to comment.