We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e1cba9 commit 1d11d62Copy full SHA for 1d11d62
2 files changed
CHANGES.rst
@@ -1,6 +1,19 @@
1
Changelog
2
=========
3
4
+0.10.1 (2016-08-20)
5
+-------------------
6
+
7
+- Implement incremental updates. [Robert Bradshaw]
8
9
+ Guarded with an --incremental flag.
10
11
+ Stores the time of the last update and only downloads issue and
12
+ pull request data since this time. All other data is relatively
13
+ small (likely fetched with a single request) and so is simply
14
+ re-populated from scratch as before.
15
16
17
0.9.0 (2016-03-29)
18
------------------
19
github_backup/__init__.py
@@ -1 +1 @@
-__version__ = '0.10.0'
+__version__ = '0.10.1'
0 commit comments