Skip to content

Commit 85aca00

Browse files
committed
Prepare v0.1.0 release
1 parent 9d69564 commit 85aca00

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-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 (2015-03-10)
4+
5+
* First tagged release

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A really simple and lightweight incremental streaming JSON parser
44

5-
> Note: This project is in early alpha stage! Feel free to report any issues you encounter.
5+
> Note: This project is in beta stage! Feel free to report any issues you encounter.
66
77
## Quickstart example
88

@@ -44,7 +44,7 @@ The recommended way to install this library is [through composer](http://getcomp
4444
```JSON
4545
{
4646
"require": {
47-
"clue/json-stream": "dev-master"
47+
"clue/json-stream": "~0.1.0"
4848
}
4949
}
5050
```

0 commit comments

Comments
 (0)