We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eb6e16 commit ba5eec6Copy full SHA for ba5eec6
CHANGELOG
@@ -1,4 +1,4 @@
1
-v0.5 (unreleased):
+v0.5 (released August 28, 2018):
2
3
- Added a `--depth` flag to control recursion depth when searching for
4
repositories inside of subdirectories. For example:
gitup/__init__.py
@@ -10,5 +10,5 @@
10
__author__ = "Ben Kurtovic"
11
__copyright__ = "Copyright (C) 2011-2018 Ben Kurtovic"
12
__license__ = "MIT License"
13
-__version__ = "0.5.dev0"
+__version__ = "0.5"
14
__email__ = "[email protected]"
0 commit comments