mirror of https://github.com/docker/compose.git
Ship 0.3.2
This commit is contained in:
parent
a058c40dfb
commit
2595f89519
|
@ -1,6 +1,12 @@
|
|||
Change log
|
||||
==========
|
||||
|
||||
0.3.2 (2014-03-05)
|
||||
------------------
|
||||
|
||||
- Added an `--rm` option to `fig run`. (Thanks @marksteve!)
|
||||
- Added an `expose` option to `fig.yml`.
|
||||
|
||||
0.3.1 (2014-03-04)
|
||||
------------------
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
from __future__ import unicode_literals
|
||||
from .service import Service
|
||||
|
||||
__version__ = '0.3.1'
|
||||
__version__ = '0.3.2'
|
||||
|
|
Loading…
Reference in New Issue