From 0bcf062dc9839e57b83c457728af671619882b2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=BCck?= Date: Tue, 9 Dec 2014 00:15:40 +0100 Subject: [PATCH] Prepare v0.1.0 release --- CHANGELOG.md | 4 ++++ README.md | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index caa2b20..fc0f674 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index a832985..24913d3 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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" } } ```