From d0d548a21b09099a266eacba8e4098aeae6409f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=BCck?= Date: Thu, 12 Sep 2013 00:52:40 +0200 Subject: [PATCH] Prepare v0.7.0 release --- CHANGELOG.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc068d4b..de44ba2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/README.md b/README.md index a9c93b26..61b70ff3 100644 --- a/README.md +++ b/README.md @@ -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.*" } } ```