Skip to content

Commit d0d548a

Browse files
committed
Prepare v0.7.0 release
1 parent 02046da commit d0d548a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This file is a manually maintained list of changes for each release. Feel free
44
to add your changes here when sending pull requests. Also send corrections if
55
you spot any mistakes.
66

7-
## 0.7.0 (2013-xx-xx)
7+
## 0.7.0 (2013-09-11)
88

99
* Feature: Add new `Set\Vertices` and `Set\Edges` classes that handle common
1010
operations on a Set of multiple `Vertex` and `Edge` instances respectively.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ The recommended way to install this library is [through composer](http://getcomp
8181
```JSON
8282
{
8383
"require": {
84-
"clue/graph": "dev-master"
84+
"clue/graph": "0.7.*"
8585
}
8686
}
8787
```

0 commit comments

Comments
 (0)