We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a058c40 commit 2595f89Copy full SHA for 2595f89
CHANGES.md
@@ -1,6 +1,12 @@
1
Change log
2
==========
3
4
+0.3.2 (2014-03-05)
5
+------------------
6
+
7
+ - Added an `--rm` option to `fig run`. (Thanks @marksteve!)
8
+ - Added an `expose` option to `fig.yml`.
9
10
0.3.1 (2014-03-04)
11
------------------
12
fig/__init__.py
@@ -1,4 +1,4 @@
from __future__ import unicode_literals
from .service import Service
-__version__ = '0.3.1'
+__version__ = '0.3.2'
0 commit comments