Skip to content

Commit

Permalink
Release 1.0.2-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas committed Jun 21, 2024
1 parent 5bc12ee commit d1866eb
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
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-05-09 09:13:26.190302
__version__ = "1.0.1"
# File auto-generated by semverup on 2024-06-21 10:58:03.242358
__version__ = "1.0.2-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.1"
version = "1.0.2-rc.1"
description = "Send Sir Perceval on a quest to fetch and gather data from software repositories."
authors = [
"GrimoireLab Developers"
Expand Down
13 changes: 13 additions & 0 deletions releases/1.0.2-rc.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## perceval 1.0.2-rc.1 - (2024-06-21)

**Bug fixes:**

* Empty stats for moved/copied files in git\
Stats about changes on a file were not reported correctly for files
that where moved to a subdirectory. They were reported as an invalid
entry and without action associated. For example, the file
`dir/filename` was moved to `dir/subdir/filename`, but it was reported
as `dir//filename`. Therefore, the entry of the file
`dir/subdire/filename` didn't have the stats about added and deleted
lines. This error has been fixed and stats are reported correctly.

0 comments on commit d1866eb

Please sign in to comment.