Skip to content

Commit ad2999b

Browse files
committed
Prepare v1.2.0 release
1 parent 11d1774 commit ad2999b

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 1.2.0 (2017-08-09)
4+
5+
* Feature: Target evenement 3.0 a long side 2.0 and 1.0
6+
(#16 by @WyriHaximus)
7+
8+
* Feature: Forward compatibility with EventLoop v1.0 and v0.5
9+
(#18 by @clue)
10+
11+
* Improve test suite by updating Travis build config so new defaults do not break the build
12+
(#17 by @clue)
13+
314
## 1.1.1 (2017-01-23)
415

516
* Fix: Properly format IPv6 addresses and return `null` for unknown addresses

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Build Status](https://travis-ci.org/reactphp/datagram.svg?branch=master)](https://travis-ci.org/reactphp/datagram) [![Code Climate](https://codeclimate.com/github/reactphp/datagram/badges/gpa.svg)](https://codeclimate.com/github/reactphp/datagram)
44

5-
UDP datagram socket client and server for reactphp
5+
Event-driven UDP datagram socket client and server for [ReactPHP](http://reactphp.org)
66

77
## Quickstart example
88

@@ -38,7 +38,7 @@ The recommended way to install this library is [through Composer](http://getcomp
3838
[New to Composer?](http://getcomposer.org/doc/00-intro.md)
3939

4040
```bash
41-
$ composer require react/datagram:^1.1.1
41+
$ composer require react/datagram:^1.2
4242
```
4343

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

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react/datagram",
3-
"description": "UDP datagram socket client and server for reactphp",
4-
"keywords": ["udp", "datagram", "dgram", "socket", "client", "server", "react", "async"],
3+
"description": "Event-driven UDP datagram socket client and server for ReactPHP",
4+
"keywords": ["udp", "datagram", "dgram", "socket", "client", "server", "ReactPHP", "async"],
55
"homepage": "https://github.com/reactphp/datagram",
66
"license": "MIT",
77
"authors": [

0 commit comments

Comments
 (0)