mirror of https://github.com/docker/docs.git
Ship 0.2.2
This commit is contained in:
parent
b9c8e3e057
commit
d368e2fca9
10
CHANGES.md
10
CHANGES.md
|
@ -1,6 +1,16 @@
|
||||||
Change log
|
Change log
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
0.2.2 (2014-02-17)
|
||||||
|
------------------
|
||||||
|
|
||||||
|
- Resolve dependencies using Cormen/Tarjan topological sort
|
||||||
|
- Fix `fig up` not printing log output
|
||||||
|
- Stop containers in reverse order to starting
|
||||||
|
- Fix scale command not binding ports
|
||||||
|
|
||||||
|
Thanks to @barnybug and @dustinlacewell for their work on this release.
|
||||||
|
|
||||||
0.2.1 (2014-02-04)
|
0.2.1 (2014-02-04)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
from .service import Service
|
from .service import Service
|
||||||
|
|
||||||
__version__ = '0.2.1'
|
__version__ = '0.2.2'
|
||||||
|
|
Loading…
Reference in New Issue