mirror of
https://github.com/docker/compose.git
synced 2025-07-25 22:54:54 +02:00
Ship 0.2.0
This commit is contained in:
parent
62607f4f04
commit
f94ce7767c
10
CHANGES.md
10
CHANGES.md
@ -1,6 +1,16 @@
|
|||||||
Change log
|
Change log
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
0.2.0 (2014-01-31)
|
||||||
|
------------------
|
||||||
|
|
||||||
|
- Link services to themselves so run commands can access the running service. (#67)
|
||||||
|
- Much better documentation.
|
||||||
|
- Make service dependency resolution more reliable. (#48)
|
||||||
|
- Load Fig configurations with a `.yaml` extension. (#58)
|
||||||
|
|
||||||
|
Big thanks to @cameronmaske, @mrchrisadams and @damianmoore for their help with this release.
|
||||||
|
|
||||||
0.1.4 (2014-01-27)
|
0.1.4 (2014-01-27)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
from .service import Service
|
from .service import Service
|
||||||
|
|
||||||
__version__ = '0.1.4'
|
__version__ = '0.2.0'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user