File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed
Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ 0.19.0 (2018-03-24)
5+ -------------------
6+
7+ - Add additional output for the current request. [Robin Gloster]
8+
9+ This is useful to have some progress indication for huge repositories.
10+
11+
12+ - Add option to backup additional PR details. [Robin Gloster]
13+
14+ Some payload is only included when requesting a single pull request
15+
16+
17+ - Mark string as binary in comparison for skip_existing. [Johannes
18+ Bornhold]
19+
20+ Found out that the flag "--skip-existing" did not work out as expected on Python
21+ 3.6. Tracked it down to the comparison which has to be against a string of bytes
22+ in Python3.
23+
24+
4250.18.0 (2018-02-22)
526-------------------
627
Original file line number Diff line number Diff line change 1- __version__ = '0.18 .0'
1+ __version__ = '0.19 .0'
You can’t perform that action at this time.
0 commit comments