Skip to content

Commit 6dc1a40

Browse files
committed
Merge pull request #202 from orchardup/ship-0.4.0
Ship 0.4.0
2 parents 3abce42 + d1d4f47 commit 6dc1a40

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Change 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+
416
0.3.2 (2014-03-05)
517
------------------
618

fig/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from __future__ import unicode_literals
22
from .service import Service
33

4-
__version__ = '0.3.2'
4+
__version__ = '0.4.0'

0 commit comments

Comments
 (0)