Skip to content

Commit

Permalink
Prepare v0.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Sep 11, 2013
1 parent 02046da commit d0d548a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This file is a manually maintained list of changes for each release. Feel free
to add your changes here when sending pull requests. Also send corrections if
you spot any mistakes.

## 0.7.0 (2013-xx-xx)
## 0.7.0 (2013-09-11)

* Feature: Add new `Set\Vertices` and `Set\Edges` classes that handle common
operations on a Set of multiple `Vertex` and `Edge` instances respectively.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ The recommended way to install this library is [through composer](http://getcomp
```JSON
{
"require": {
"clue/graph": "dev-master"
"clue/graph": "0.7.*"
}
}
```
Expand Down

0 comments on commit d0d548a

Please sign in to comment.