Skip to content

Commit 0336a4d

Browse files
committed
Prepare v0.9.0 release
1 parent 78c5b00 commit 0336a4d

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,29 @@ 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.9.0 (2015-03-07)
8+
9+
* BC break: Split off individual components in order to stabilize core graph lib.
10+
([#120](https://github.com/clue/graph/issues/120))
11+
12+
* Split off `Algorithm` namespace into separate [graphp/algorithms](https://github.com/graphp/algorithms) package.
13+
([#119](https://github.com/clue/graph/issues/119))
14+
15+
* Split off `Exporter\TrivialGraphFormat` into separate [graphp/trivial-graph-format](https://github.com/graphp/trivial-graph-format) package.
16+
([#121](https://github.com/clue/graph/issues/121))
17+
18+
* Split off `Loader` namespace into separate [graphp/plaintext](https://github.com/graphp/plaintext) package.
19+
([#117](https://github.com/clue/graph/issues/117))
20+
21+
* BC break: Remove Exporter from `Graph` and `Graph::__toString()` (trivial graph format exporter has been split off).
22+
([#122](https://github.com/clue/graph/pull/122))
23+
24+
* BC break: Vertices can no longer be sorted by (in/out)degree (degree algorithm has been split off).
25+
([#128](https://github.com/clue/graph/pull/128))
26+
27+
* Apply PSR-4 layout under `src/` and add tests to achieve 100% test coverage.
28+
([#127](https://github.com/clue/graph/issues/127) & [#129](https://github.com/clue/graph/issues/129))
29+
730
## 0.8.0 (2014-12-31)
831

932
* Feature: Add general purpose Attributes.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ The recommended way to install this library is [through composer](http://getcomp
9191
```JSON
9292
{
9393
"require": {
94-
"clue/graph": "~0.8.0"
94+
"clue/graph": "~0.9.0"
9595
}
9696
}
9797
```

0 commit comments

Comments
 (0)