Skip to content

Commit 51d099e

Browse files
committed
Prepare v0.3.1 release
1 parent f523b52 commit 51d099e

2 files changed

Lines changed: 15 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
# CHANGELOG
1+
# Changelog
22

3-
This file is a manually maintained list of changes for each release. Feel free
4-
to add your changes here when sending pull requests. Also send corrections if
5-
you spot any mistakes.
3+
## 0.3.1 (2016-11-01)
4+
5+
* Fix: Make parser more robust by supporting parsing messages with missing space after colon
6+
(#29 by @bonan, @clue)
7+
8+
* Improve documentation
69

710
## 0.3.0 (2015-03-31)
811

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -283,16 +283,17 @@ This is a shortcut to get the value of the "Event" field.
283283

284284
## Install
285285

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

288-
```JSON
289-
{
290-
"require": {
291-
"clue/ami-react": "~0.3.0"
292-
}
293-
}
289+
This will install the latest supported version:
290+
291+
```bash
292+
$ composer require clue/ami-react:^0.3
294293
```
295294

295+
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
296+
296297
## Tests
297298

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

0 commit comments

Comments
 (0)