File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ This file is a manually maintained list of changes for each release. Feel free
4
4
to add your changes here when sending pull requests. Also send corrections if
5
5
you spot any mistakes.
6
6
7
- ## 0.1.0 (2014-xx-xx )
7
+ ## 0.1.0 (2014-12-31 )
8
8
9
- * First tagged release
9
+ * First tagged release, split off from [ clue/graph] ( https://github.com/clue/graph ) v0.8.0
10
+ ([ #1 ] ( https://github.com/graphp/graphviz/issues/1 ) )
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ The recommended way to install this library is [through composer](http://getcomp
38
38
``` JSON
39
39
{
40
40
"require" : {
41
- "graphp/graphviz" : " dev-master "
41
+ "graphp/graphviz" : " ~0.1.0 "
42
42
}
43
43
}
44
44
```
You can’t perform that action at this time.
0 commit comments