Bump to version 0.1.2

This commit is contained in:
Ben Firshman 2014-01-22 13:37:00 +00:00
parent 48eb5e5c82
commit deb7f3c5b6
2 changed files with 8 additions and 1 deletions

View File

@ -1,6 +1,13 @@
Change log
==========
0.1.2 (2014-01-22)
------------------
- Add `-T` option to `fig run` to disable pseudo-TTY. (#34)
- Fix `fig up` requiring the ubuntu image to be pulled to recreate containers. (#33) Thanks @cameronmaske!
- Improve reliability, fix arrow keys and fix a race condition in `fig run`. (#34, #39, #40)
0.1.1 (2014-01-17)
------------------

View File

@ -1,4 +1,4 @@
from __future__ import unicode_literals
from .service import Service
__version__ = '0.1.1'
__version__ = '0.1.2'