Bumped version to 0.2.2

This commit is contained in:
Solomon Hykes 2013-05-03 15:19:20 -07:00
parent 701132259d
commit 5ffd63070f
3 changed files with 17 additions and 1 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## 0.2.2 (2012-05-03)
+ Support for data volumes ('docker run -v=PATH')
+ Share data volumes between containers ('docker run -volumes-from')
+ Improved documentation
* Upgrade to Go 1.0.3
* Various upgrades to the dev environment for contributors
## 0.2.1 (2012-05-01)
+ 'docker commit -run' bundles a layer with default runtime options: command, ports etc.
* Improve install process on Vagrant

View File

@ -19,7 +19,7 @@ import (
"unicode"
)
const VERSION = "0.2.1"
const VERSION = "0.2.2"
var (
GIT_COMMIT string

View File

@ -1,3 +1,12 @@
lxc-docker (0.2.2-1) precise; urgency=low
- Support for data volumes ('docker run -v=PATH')
- Share data volumes between containers ('docker run -volumes-from')
- Improved documentation
- Upgrade to Go 1.0.3
- Various upgrades to the dev environment for contributors
-- dotCloud <ops@dotcloud.com> Fri, 3 May 2013 00:00:00 -0700
lxc-docker (0.2.1-1) precise; urgency=low