We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02046da commit d0d548aCopy full SHA for d0d548a
CHANGELOG.md
@@ -4,7 +4,7 @@ This file is a manually maintained list of changes for each release. Feel free
4
to add your changes here when sending pull requests. Also send corrections if
5
you spot any mistakes.
6
7
-## 0.7.0 (2013-xx-xx)
+## 0.7.0 (2013-09-11)
8
9
* Feature: Add new `Set\Vertices` and `Set\Edges` classes that handle common
10
operations on a Set of multiple `Vertex` and `Edge` instances respectively.
README.md
@@ -81,7 +81,7 @@ The recommended way to install this library is [through composer](http://getcomp
81
```JSON
82
{
83
"require": {
84
- "clue/graph": "dev-master"
+ "clue/graph": "0.7.*"
85
}
86
87
```
0 commit comments