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 12, 2015
1 parent c55a348 commit e310864
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Changelog

## 0.1.0 (2015-11-12)

* First tagged release
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ supporting compression and decompression of the following formats:
* [RFC 1951](https://tools.ietf.org/html/rfc1951) (raw DEFLATE compressed format)
* [RFC 1950](https://tools.ietf.org/html/rfc1950) (ZLIB compressed format)

> Note: This project is in early alpha stage! Feel free to report any issues you encounter.
> Note: This project is in beta stage! Feel free to report any issues you encounter.
**Table of contents**

Expand Down Expand Up @@ -150,7 +150,7 @@ The recommended way to install this library is [through composer](https://getcom
[New to composer?](https://getcomposer.org/doc/00-intro.md)

```bash
$ composer require clue/zlib-react:dev-master
$ composer require clue/zlib-react:~0.1.0
```

## License
Expand Down

0 comments on commit e310864

Please sign in to comment.