We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d4bff56 + 4fbad94 commit 7cec029Copy full SHA for 7cec029
2 files changed
CHANGES.md
@@ -1,6 +1,13 @@
1
Change log
2
==========
3
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
11
0.3.0 (2014-03-03)
12
------------------
13
fig/__init__.py
@@ -1,4 +1,4 @@
from __future__ import unicode_literals
from .service import Service
-__version__ = '0.3.0'
+__version__ = '0.3.1'
0 commit comments