Skip to content

Commit 943e84e

Browse files
author
Jose Diaz-Gonzalez
committed
Release version 0.38.0
1 parent 0c924c3 commit 943e84e

2 files changed

Lines changed: 32 additions & 2 deletions

File tree

CHANGES.rst

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,44 @@
11
Changelog
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+
834
Fix
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

1343
0.37.1 (2021-01-02)
1444
-------------------

github_backup/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.37.2'
1+
__version__ = '0.38.0'

0 commit comments

Comments
 (0)