Skip to content

Commit f12e916

Browse files
committed
Release version 0.6.0
1 parent 816447a commit f12e916

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

CHANGES.rst

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,41 @@
11
Changelog
22
=========
33

4+
0.6.0 (2015-11-10)
5+
------------------
6+
7+
- Force proper remote url. [Jose Diaz-Gonzalez]
8+
9+
- Improve error handling in case of HTTP errors. [Enrico Tröger]
10+
11+
In case of a HTTP status code 404, the returned 'r' was never assigned.
12+
In case of URL errors which are not timeouts, we probably should bail
13+
out.
14+
15+
16+
- Add --hooks to also include web hooks into the backup. [Enrico Tröger]
17+
18+
- Create the user specified output directory if it does not exist.
19+
[Enrico Tröger]
20+
21+
Fixes #17.
22+
23+
24+
- Add missing auth argument to _get_response() [Enrico Tröger]
25+
26+
When running unauthenticated and Github starts rate-limiting the client,
27+
github-backup crashes because the used auth variable in _get_response()
28+
was not available. This change should fix it.
29+
30+
31+
- Add repository URL to error message for non-existing repositories.
32+
[Enrico Tröger]
33+
34+
This makes it easier for the user to identify which repository does not
35+
exist or is not initialised, i.e. whether it is the main repository or
36+
the wiki repository and which clone URL was used to check.
37+
38+
439
0.5.0 (2015-10-10)
540
------------------
641

github_backup/__init__.py

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

0 commit comments

Comments
 (0)