Skip to content

Commit c188a28

Browse files
committed
Release 0.0.7
1 parent 56245c3 commit c188a28

File tree

4 files changed

+12
-7
lines changed

4 files changed

+12
-7
lines changed

History.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11

2+
0.0.7 / 2013-07-26
3+
==================
4+
5+
* support repository api
6+
27
0.0.6 / 2013-07-25
38
==================
49

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ test-coveralls:
2727

2828
test-all: test test-cov
2929

30-
.PHONY: install test test-cov test-all test-coveralls
30+
.PHONY: test

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -179,12 +179,12 @@ $ git summary
179179

180180
project : gitlab
181181
repo age : 4 months
182-
active : 8 days
183-
commits : 17
184-
files : 25
182+
active : 10 days
183+
commits : 19
184+
files : 27
185185
authors :
186-
15 fengmk2 88.2%
187-
2 Ondrej 11.8%
186+
17 fengmk2 89.5%
187+
2 Ondrej 10.5%
188188
```
189189

190190
## License

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-gitlab",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"description": "gitlab",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)