mirror of
https://github.com/josegonzalez/python-github-backup.git
synced 2025-12-05 16:18:02 +01:00
Release version 0.38.0
This commit is contained in:
32
CHANGES.rst
32
CHANGES.rst
@@ -1,14 +1,44 @@
|
|||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
0.37.2 (2021-01-01)
|
0.38.0 (2021-02-13)
|
||||||
-------------------
|
-------------------
|
||||||
------------
|
------------
|
||||||
|
|
||||||
|
Fix
|
||||||
|
~~~
|
||||||
|
- Always clone with OAuth token when provided. [Samantha Baldwin]
|
||||||
|
|
||||||
|
Github Enterprise servers with 'Anonymous Git read access' disabled
|
||||||
|
cause `git ls-remote` to fail (128) for a repo's `clone_url`. Using the
|
||||||
|
OAuth token when provided allows cloning private AND public repos when
|
||||||
|
Anonymous Git read access is disabled.
|
||||||
|
|
||||||
|
Other
|
||||||
|
~~~~~
|
||||||
|
- Merge pull request #172 from samanthaq/always-use-oauth-when-provided.
|
||||||
|
[Jose Diaz-Gonzalez]
|
||||||
|
|
||||||
|
fix: Always clone with OAuth token when provided
|
||||||
|
- Merge pull request #170 from Mindavi/bugfix/broken-url. [Jose Diaz-
|
||||||
|
Gonzalez]
|
||||||
|
|
||||||
|
Fix broken and incorrect link to github repository
|
||||||
|
- Change broken link to a fork to a working link to upstream. [Rick van
|
||||||
|
Schijndel]
|
||||||
|
|
||||||
|
|
||||||
|
0.37.2 (2021-01-02)
|
||||||
|
-------------------
|
||||||
|
|
||||||
Fix
|
Fix
|
||||||
~~~
|
~~~
|
||||||
- Use distutils.core on error. [Jose Diaz-Gonzalez]
|
- Use distutils.core on error. [Jose Diaz-Gonzalez]
|
||||||
|
|
||||||
|
Other
|
||||||
|
~~~~~
|
||||||
|
- Release version 0.37.2. [Jose Diaz-Gonzalez]
|
||||||
|
|
||||||
|
|
||||||
0.37.1 (2021-01-02)
|
0.37.1 (2021-01-02)
|
||||||
-------------------
|
-------------------
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
__version__ = '0.37.2'
|
__version__ = '0.38.0'
|
||||||
|
|||||||
Reference in New Issue
Block a user