Skip to content

Commit 187902e

Browse files
committed
Prepare v0.9.2 release
1 parent df0781f commit 187902e

File tree

4 files changed

+14
-1
lines changed

4 files changed

+14
-1
lines changed

.github/FUNDING.yml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
github: clue
2+
custom: https://clue.engineering/support

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.9.2 (2020-12-03)
4+
5+
* Feature: Support PHP 8 and PHPUnit 9.3.
6+
(#200 by @SimonFrings)
7+
38
## 0.9.1 (2019-10-02)
49

510
* Fix: Deleting vertex with loop edge no longer fails.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ The recommended way to install this library is [through Composer](https://getcom
109109
This will install the latest supported version:
110110

111111
```bash
112-
$ composer require clue/graph:^0.9.1
112+
$ composer require clue/graph:^0.9.2
113113
```
114114

115115
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.

composer.json

+6
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@
1111
],
1212
"homepage": "https://github.com/graphp/graph",
1313
"license": "MIT",
14+
"authors": [
15+
{
16+
"name": "Christian Lück",
17+
"email": "[email protected]"
18+
}
19+
],
1420
"autoload": {
1521
"psr-4": {
1622
"Fhaculty\\Graph\\": "src/"

0 commit comments

Comments
 (0)