File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Change log
22==========
33
4+ 0.4.0 (2014-04-29)
5+ ------------------
6+
7+ - Support Docker 0.9 and 0.10
8+ - Display progress bars correctly when pulling images (no more ski slopes)
9+ - ` fig up ` now stops all services when any container exits
10+ - Added support for the ` privileged ` config option in fig.yml (thanks @kvz !)
11+ - Shortened and aligned log prefixes in ` fig up ` output
12+ - Only containers started with ` fig run ` link back to their own service
13+ - Handle UTF-8 correctly when streaming ` fig build/run/up ` output (thanks @mauvm and @shanejonas !)
14+ - Error message improvements
15+
4160.3.2 (2014-03-05)
517------------------
618
Original file line number Diff line number Diff line change 11from __future__ import unicode_literals
22from .service import Service
33
4- __version__ = '0.3.2 '
4+ __version__ = '0.4.0 '
You can’t perform that action at this time.
0 commit comments