瀏覽代碼

Bump version

Robert Payne 9 年之前
父節點
當前提交
a320a20918
共有 2 個文件被更改,包括 20 次插入1 次删除
  1. 19 0
      CHANGELOG.md
  2. 1 1
      Masonry.podspec

+ 19 - 0
CHANGELOG.md

@@ -1,3 +1,22 @@
+v1.0.1
+======
+
+#### - Added support for first/last baselines
+
+Two additional attributes `NSLayoutAttributeFirstBaseline` and `NSLayoutAttributeLastBaseline` are now supported
+
+v1.0.0
+======
+
+#### - Officially v1.0.0
+
+Fixes some issues with install/uninstall vs activate/deactivate and modernises the project files
+
+v0.6.4
+======
+
+#### - Add support for tvOS
+
 v0.6.3
 ======
 

+ 1 - 1
Masonry.podspec

@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name     = 'Masonry'
-  s.version  = '1.0.0'
+  s.version  = '1.0.1'
   s.license  = 'MIT'
   s.summary  = 'Harness the power of Auto Layout NSLayoutConstraints with a simplified, chainable and expressive syntax.'
   s.homepage = 'https://github.com/cloudkite/Masonry'