소스 검색

Merge pull request #141 from orchardup/ship-0.3.1

Ship 0.3.1
Aanand Prasad 11 년 전
부모
커밋
7cec029f03
2개의 변경된 파일8개의 추가작업 그리고 1개의 파일을 삭제
  1. 7 0
      CHANGES.md
  2. 1 1
      fig/__init__.py

+ 7 - 0
CHANGES.md

@@ -1,6 +1,13 @@
 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)
 ------------------
 

+ 1 - 1
fig/__init__.py

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