瀏覽代碼

Ship 0.2.0

Ben Firshman 11 年之前
父節點
當前提交
f94ce7767c
共有 2 個文件被更改,包括 11 次插入1 次删除
  1. 10 0
      CHANGES.md
  2. 1 1
      fig/__init__.py

+ 10 - 0
CHANGES.md

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

+ 1 - 1
fig/__init__.py

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