-
Notifications
You must be signed in to change notification settings - Fork 177
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
30 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
16 changes: 0 additions & 16 deletions
16
releases/unreleased/processed/wrong-filepath-for-movedcopied-files.yml
This file was deleted.
Oops, something went wrong.