File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Changelog
22=========
33
4- 0.37.2 (2021-01-01 )
4+ 0.38.0 (2021-02-13 )
55-------------------
66------------
77
8+ Fix
9+ ~~~
10+ - Always clone with OAuth token when provided. [Samantha Baldwin]
11+
12+ Github Enterprise servers with 'Anonymous Git read access' disabled
13+ cause `git ls-remote ` to fail (128) for a repo's `clone_url `. Using the
14+ OAuth token when provided allows cloning private AND public repos when
15+ Anonymous Git read access is disabled.
16+
17+ Other
18+ ~~~~~
19+ - Merge pull request #172 from samanthaq/always-use-oauth-when-provided.
20+ [Jose Diaz-Gonzalez]
21+
22+ fix: Always clone with OAuth token when provided
23+ - Merge pull request #170 from Mindavi/bugfix/broken-url. [Jose Diaz-
24+ Gonzalez]
25+
26+ Fix broken and incorrect link to github repository
27+ - Change broken link to a fork to a working link to upstream. [Rick van
28+ Schijndel]
29+
30+
31+ 0.37.2 (2021-01-02)
32+ -------------------
33+
834Fix
935~~~
1036- Use distutils.core on error. [Jose Diaz-Gonzalez]
1137
38+ Other
39+ ~~~~~
40+ - Release version 0.37.2. [Jose Diaz-Gonzalez]
41+
1242
13430.37.1 (2021-01-02)
1444-------------------
Original file line number Diff line number Diff line change 1- __version__ = '0.37.2 '
1+ __version__ = '0.38.0 '
You can’t perform that action at this time.
0 commit comments