Skip to content

Commit 900cb6f

Browse files
committed
Bump version
1 parent ba8d229 commit 900cb6f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,11 @@ It's certainly not harmful to your repositories and it won't change any data in
227227

228228
#### Release History
229229

230+
* 2016-11-19 [v0.1.6](https://github.com/dreamyguy/gitlogg/tree/v0.1.6)
231+
* Introduce `commit_nr`, a commit count within each repo
232+
* Show how many repos are about to be processed on console
233+
* Show what repo is being processed on console
234+
* Replace carriage return with space
230235
* 2016-06-12 [v0.1.5](https://github.com/dreamyguy/gitlogg/tree/v0.1.5) Introduce logo, correct wrong reference to 'yourpath', output numbers instead of strings
231236
* 2016-05-23 [v0.1.4](https://github.com/dreamyguy/gitlogg/tree/v0.1.4) Fix a bug that would break the output in some rare cases
232237
* 2016-05-21 [v0.1.3](https://github.com/dreamyguy/gitlogg/tree/v0.1.3) Even better error handling

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitlogg",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "Parse the 'git log' of one or several 'git' repositories into a sanitised and distributable 'JSON' file",
55
"keywords": [
66
"gitlog",

0 commit comments

Comments
 (0)