Skip to content

Commit 7cec029

Browse files
committed
Merge pull request #141 from orchardup/ship-0.3.1
Ship 0.3.1
2 parents d4bff56 + 4fbad94 commit 7cec029

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Change log
22
==========
33

4+
0.3.1 (2014-03-04)
5+
------------------
6+
7+
- Added contribution instructions. (Thanks @kvz!)
8+
- Fixed `fig rm` throwing an error.
9+
- Fixed a bug in `fig ps` on Docker 0.8.1 when there is a container with no command.
10+
411
0.3.0 (2014-03-03)
512
------------------
613

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.0'
4+
__version__ = '0.3.1'

0 commit comments

Comments
 (0)