Skip to content

Commit

Permalink
Prepare v1.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Feb 12, 2021
1 parent 517c9ec commit 4f41115
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 1.6.0 (2021-02-12)

* Feature: Support PHP 8 (socket address of closed socket should be null).
(#39 by @clue)

* Improve test suite and add `.gitattributes` to exclude dev files from exports.
Run tests on PHPUnit 9, switch to GitHub actions and clean up test suite.
(#30, #31 and #38 by @clue, #34 by @reedy, #35 by @WyriHaximus and #37 by @SimonFrings)

## 1.5.0 (2019-07-10)

* Feature: Forward compatibility with upcoming stable DNS component.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ This library's API is modelled after node.js's API for

## Install

The recommended way to install this library is [through Composer](https://getcomposer.org).
The recommended way to install this library is [through Composer](https://getcomposer.org/).
[New to Composer?](https://getcomposer.org/doc/00-intro.md)

This project follows [SemVer](https://semver.org/).
This will install the latest supported version:

```bash
$ composer require react/datagram:^1.5
$ composer require react/datagram:^1.6
```

See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
Expand All @@ -53,7 +53,7 @@ It's *highly recommended to use PHP 7+* for this project.
## Tests

To run the test suite, you first need to clone this repo and then install all
dependencies [through Composer](https://getcomposer.org):
dependencies [through Composer](https://getcomposer.org/):

```bash
$ composer install
Expand Down

0 comments on commit 4f41115

Please sign in to comment.