Skip to content

Commit

Permalink
Release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas committed Jun 21, 2024
1 parent dca87f8 commit dc87cfa
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 19 deletions.
14 changes: 14 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Releases

## perceval 1.0.2 - (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.


## perceval 1.0.1 - (2024-05-09)

* 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-06-21 10:58:03.242358
__version__ = "1.0.2-rc.1"
# File auto-generated by semverup on 2024-06-21 12:15:50.368641
__version__ = "1.0.2"
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.2-rc.1"
version = "1.0.2"
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.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## perceval 1.0.2 - (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.

This file was deleted.

0 comments on commit dc87cfa

Please sign in to comment.