Skip to content

Commit 23d5f34

Browse files
committed
Prepare v0.8.0 release
1 parent b13e3f4 commit 23d5f34

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,14 @@ 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.8.0 (2014-xx-xx)
7+
## 0.8.0 (2014-12-31)
8+
9+
* Feature: Add general purpose Attributes.
10+
([#103](https://github.com/clue/graph/pull/103))
11+
12+
* BC break: Split off all GraphViz-related classes to a separate
13+
[graphp/graphviz](https://github.com/graphp/graphviz) package.
14+
([#115](https://github.com/clue/graph/pull/115))
815

916
* Feature: The base `Graph`, `Vertex` and `EdgeBase` classes can now be
1017
extended in order to implement a custom behavior. As such, one can now also

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ The recommended way to install this library is [through composer](http://getcomp
7979
```JSON
8080
{
8181
"require": {
82-
"clue/graph": "0.7.*"
82+
"clue/graph": "~0.8.0"
8383
}
8484
}
8585
```

0 commit comments

Comments
 (0)