Ship 0.2.2

This commit is contained in:
Ben Firshman 2014-02-17 21:37:31 +00:00
parent b9c8e3e057
commit d368e2fca9
2 changed files with 11 additions and 1 deletions

View File

@ -1,6 +1,16 @@
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)
------------------

View File

@ -1,4 +1,4 @@
from __future__ import unicode_literals
from .service import Service
__version__ = '0.2.1'
__version__ = '0.2.2'