Skip to content

Commit de2cc8b

Browse files
committed
Prepare v0.3.1 release
1 parent d937bcc commit de2cc8b

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed

CHANGELOG.md

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

3+
## 0.3.1 (2016-09-24)
4+
5+
* Feature: Support SocketClient v0.5 (while keeping BC)
6+
(#18 by @clue)
7+
8+
* Maintenance: First class support for PHP 5.3 through PHP 7 and HHVM
9+
(#19 by @clue)
10+
311
## 0.3.0 (2015-08-20)
412

513
* Feature: Support newer "datastream" protocol

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -113,16 +113,17 @@ The `close()` method can be used to force-close the Quassel connection immediate
113113

114114
## Install
115115

116-
The recommended way to install this library is [through composer](http://getcomposer.org). [New to composer?](http://getcomposer.org/doc/00-intro.md)
116+
The recommended way to install this library is [through Composer](http://getcomposer.org).
117+
[New to Composer?](http://getcomposer.org/doc/00-intro.md)
117118

118-
```JSON
119-
{
120-
"require": {
121-
"clue/quassel-react": "~0.3.0"
122-
}
123-
}
119+
This will install the latest supported version:
120+
121+
```bash
122+
$ composer require clue/quassel-react: ^0.3.1
124123
```
125124

125+
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
126+
126127
## Tests
127128

128129
In order to run the tests, you need PHPUnit:

0 commit comments

Comments
 (0)