We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a589f1 commit dd2b96bCopy full SHA for dd2b96b
CHANGES.rst
@@ -1,6 +1,18 @@
1
Changelog
2
=========
3
4
+0.12.1 (2017-03-27)
5
+-------------------
6
+
7
+- Avoid remote branch name churn. [Chris Adams]
8
9
+ This avoids the backup output having lots of "[new branch]" messages
10
+ because removing the old remote name removed all of the existing branch
11
+ references.
12
13
14
+- Fix detection of bare git directories. [Andrzej Maczuga]
15
16
0.12.0 (2016-11-22)
17
-------------------
18
github_backup/__init__.py
@@ -1 +1 @@
-__version__ = '0.12.0'
+__version__ = '0.12.1'
0 commit comments