mirror of
https://github.com/docker/compose.git
synced 2025-07-20 20:24:30 +02:00
Ship 0.3.1
This commit is contained in:
parent
d4bff56a61
commit
4fbad941cb
@ -1,6 +1,13 @@
|
|||||||
Change log
|
Change log
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
0.3.1 (2014-03-04)
|
||||||
|
------------------
|
||||||
|
|
||||||
|
- Added contribution instructions. (Thanks @kvz!)
|
||||||
|
- Fixed `fig rm` throwing an error.
|
||||||
|
- Fixed a bug in `fig ps` on Docker 0.8.1 when there is a container with no command.
|
||||||
|
|
||||||
0.3.0 (2014-03-03)
|
0.3.0 (2014-03-03)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
@ -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.0'
|
__version__ = '0.3.1'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user