Skip to content

Commit

Permalink
Release 1.0.5-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas committed Aug 13, 2024
1 parent 98f7a88 commit d81807a
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 3 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ Valerio Cosentino <[email protected]>
Jose Javier Merchante <[email protected]>
Chris Burgess <[email protected]>
devpod.cn <[email protected]>
Venu Vardhan Reddy Tekula <[email protected]>

4 changes: 2 additions & 2 deletions perceval/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# File auto-generated by semverup on 2024-08-09 09:32:11.588131
__version__ = "1.0.4"
# File auto-generated by semverup on 2024-08-13 09:45:20.274948
__version__ = "1.0.5-rc.1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "perceval"
version = "1.0.4"
version = "1.0.5-rc.1"
description = "Send Sir Perceval on a quest to fetch and gather data from software repositories."
authors = [
"GrimoireLab Developers"
Expand Down
8 changes: 8 additions & 0 deletions releases/1.0.5-rc.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## perceval 1.0.5-rc.1 - (2024-08-13)

**Bug fixes:**

* Fixed missing backend name in usage string (#799)\
The `perceval` command-line tool now correctly displays the backend
name in the usage string when using the `--help` option.

0 comments on commit d81807a

Please sign in to comment.