Ben Firshman 12 лет назад
Родитель
Сommit
d368e2fca9
2 измененных файлов с 11 добавлено и 1 удалено
  1. 10 0
      CHANGES.md
  2. 1 1
      fig/__init__.py

+ 10 - 0
CHANGES.md

@@ -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)
 ------------------
 

+ 1 - 1
fig/__init__.py

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