Skip to content

Commit

Permalink
Release 0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas committed Mar 27, 2024
1 parent e9973fe commit cdaae66
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 15 deletions.
11 changes: 11 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Releases

## perceval 0.25.0 - (2024-03-27)

**New features:**

* Include recovery mode for Git backend\
Include a new option in Git that allows continuing to fetch commits
from the previous execution using the last commit. The option is
`--recovery <commit>`. The last commit can be obtained from the offset
in the summary object of the last execution or the last item.


## perceval 0.24.1 - (2024-03-12)

* Update Poetry's package dependencies
Expand Down
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-03-27 10:59:06.529915
__version__ = "0.25.0-rc.1"
# File auto-generated by semverup on 2024-03-27 12:09:02.443354
__version__ = "0.25.0"
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 = "0.25.0-rc.1"
version = "0.25.0"
description = "Send Sir Perceval on a quest to fetch and gather data from software repositories."
authors = [
"GrimoireLab Developers"
Expand Down
10 changes: 10 additions & 0 deletions releases/0.25.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## perceval 0.25.0 - (2024-03-27)

**New features:**

* Include recovery mode for Git backend\
Include a new option in Git that allows continuing to fetch commits
from the previous execution using the last commit. The option is
`--recovery <commit>`. The last commit can be obtained from the offset
in the summary object of the last execution or the last item.

This file was deleted.

0 comments on commit cdaae66

Please sign in to comment.