Skip to content

Commit

Permalink
Prepare v0.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Nov 1, 2016
1 parent f523b52 commit 51d099e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# CHANGELOG
# Changelog

This file is a manually maintained list of changes for each release. Feel free
to add your changes here when sending pull requests. Also send corrections if
you spot any mistakes.
## 0.3.1 (2016-11-01)

* Fix: Make parser more robust by supporting parsing messages with missing space after colon
(#29 by @bonan, @clue)

* Improve documentation

## 0.3.0 (2015-03-31)

Expand Down
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,16 +283,17 @@ This is a shortcut to get the value of the "Event" field.

## Install

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

```JSON
{
"require": {
"clue/ami-react": "~0.3.0"
}
}
This will install the latest supported version:

```bash
$ composer require clue/ami-react:^0.3
```

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

## Tests

In order to run the tests, you need PHPUnit:
Expand Down

0 comments on commit 51d099e

Please sign in to comment.