Skip to content

Commit 813df56

Browse files
committed
Prepare v0.1.0 release
1 parent 6a75d98 commit 813df56

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Changelog
2+
3+
## 0.1.0 (2016-06-01)
4+
5+
* First tagged release

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Streaming UTF-8 parser for React PHP
99
* [Install](#install)
1010
* [License](#license)
1111

12-
> Note: This project is in early alpha stage! Feel free to report any issues you encounter.
12+
> Note: This project is in beta stage! Feel free to report any issues you encounter.
1313
1414
## Usage
1515

@@ -59,9 +59,11 @@ The recommended way to install this library is [through Composer](https://getcom
5959
This will install the latest supported version:
6060

6161
```bash
62-
$ composer require clue/utf8-react:dev-master
62+
$ composer require clue/utf8-react:^0.1
6363
```
6464

65+
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
66+
6567
## License
6668

6769
MIT

0 commit comments

Comments
 (0)