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 Dec 8, 2014
1 parent cbff5d5 commit 0bcf062
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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.1.0 (2014-12-08)

* First tagged release

## 0.0.0 (2014-11-26)

* Initial concept
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ execute arbitrary commands within isolated containers, stop running containers a
* **Good test coverage** -
Comes with an automated tests suite and is regularly tested in the *real world*

> 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.
## Quickstart example

Expand Down Expand Up @@ -114,7 +114,7 @@ The recommended way to install this library is [through composer](http://getcomp
```JSON
{
"require": {
"clue/docker-react": "dev-master"
"clue/docker-react": "~0.1.0"
}
}
```
Expand Down

0 comments on commit 0bcf062

Please sign in to comment.