Skip to content

Commit

Permalink
Prepare v0.9.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Dec 3, 2020
1 parent df0781f commit 187902e
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/FUNDING.yml
@@ -0,0 +1,2 @@
github: clue
custom: https://clue.engineering/support
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog

## 0.9.2 (2020-12-03)

* Feature: Support PHP 8 and PHPUnit 9.3.
(#200 by @SimonFrings)

## 0.9.1 (2019-10-02)

* Fix: Deleting vertex with loop edge no longer fails.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -109,7 +109,7 @@ The recommended way to install this library is [through Composer](https://getcom
This will install the latest supported version:

```bash
$ composer require clue/graph:^0.9.1
$ composer require clue/graph:^0.9.2
```

See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
Expand Down
6 changes: 6 additions & 0 deletions composer.json
Expand Up @@ -11,6 +11,12 @@
],
"homepage": "https://github.com/graphp/graph",
"license": "MIT",
"authors": [
{
"name": "Christian Lück",
"email": "christian@clue.engineering"
}
],
"autoload": {
"psr-4": {
"Fhaculty\\Graph\\": "src/"
Expand Down

0 comments on commit 187902e

Please sign in to comment.