mirror of https://github.com/docker/compose.git
commit
8c16961afd
13
CHANGES.md
13
CHANGES.md
|
@ -1,6 +1,19 @@
|
||||||
Change log
|
Change log
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
0.3.0 (2014-03-03)
|
||||||
|
------------------
|
||||||
|
|
||||||
|
- We now ship binaries for OS X and Linux. No more having to install with Pip!
|
||||||
|
- Add `-f` flag to specify alternate `fig.yml` files
|
||||||
|
- Add support for custom link names
|
||||||
|
- Fix a bug where recreating would sometimes hang
|
||||||
|
- Update docker-py to support Docker 0.8.0.
|
||||||
|
- Various documentation improvements
|
||||||
|
- Various error message improvements
|
||||||
|
|
||||||
|
Thanks @marksteve, @Gazler and @teozkr!
|
||||||
|
|
||||||
0.2.2 (2014-02-17)
|
0.2.2 (2014-02-17)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
from .service import Service
|
from .service import Service
|
||||||
|
|
||||||
__version__ = '0.2.2'
|
__version__ = '0.3.0'
|
||||||
|
|
Loading…
Reference in New Issue