Skip to content

Commit 9164125

Browse files
committed
Merge pull request #146 from orchardup/ship-0.3.2
Ship 0.3.2
2 parents a058c40 + 2595f89 commit 9164125

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.md

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

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+
410
0.3.1 (2014-03-04)
511
------------------
612

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.1'
4+
__version__ = '0.3.2'

0 commit comments

Comments
 (0)