-
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
1 parent
f434560
commit 59df8cc
Showing
5 changed files
with
22 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# File auto-generated by semverup on 2024-11-13 15:55:18.256653 | ||
__version__ = "1.0.9" | ||
# File auto-generated by semverup on 2024-12-11 09:08:50.057484 | ||
__version__ = "1.1.0-rc.1" |
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,19 @@ | ||
## perceval 1.1.0-rc.1 - (2024-12-11) | ||
|
||
**Bug fixes:** | ||
|
||
* Git stats not assigned with their actions\ | ||
Git stats were not assigned to their actions in a commit for filenames | ||
that contain whitespaces. Instead, an empty stat was created like in a | ||
merge commit, where actions normally don't take place. | ||
|
||
**Performance improvements:** | ||
|
||
* Git sync improved for `--latest-items` flag\ | ||
The speed updating a git repository when `--lates-items` is set was | ||
very poor. The main problem was when the references were updated to | ||
the new hashes. All the active refs on the repository were modified, | ||
even when they were up-to-date. Now, only references updated on the | ||
remote repository are modified on the local one. Repositories are | ||
synched 2 times faster than before. | ||
|
File renamed without changes.
File renamed without changes.