Skip to content

Commit

Permalink
Prepare v0.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Nov 24, 2016
1 parent 54077cf commit 03bb9a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changelog

## 0.1.0 (2016-07-28)
## 0.1.0 (2016-11-24)

* First tagged release
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ Streaming newline delimited JSON ([NDJSON](http://ndjson.org/)) parser and encod
* [License](#license)
* [More](#more)

> Note: This project is in beta stage! Feel free to report any issues you encounter.
## Usage

### Decoder
Expand Down Expand Up @@ -193,9 +191,11 @@ The recommended way to install this library is [through Composer](https://getcom
This will install the latest supported version:

```bash
$ composer require clue/ndjson-react:dev-master
$ composer require clue/ndjson-react:^0.1
```

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

## License

MIT
Expand Down

0 comments on commit 03bb9a9

Please sign in to comment.