mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
Ship 0.3.2
This commit is contained in:
parent
a058c40dfb
commit
2595f89519
@ -1,6 +1,12 @@
|
|||||||
Change log
|
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)
|
0.3.1 (2014-03-04)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
from .service import Service
|
from .service import Service
|
||||||
|
|
||||||
__version__ = '0.3.1'
|
__version__ = '0.3.2'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user