diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d3bbf7..2e3bcf9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. +## 2.1.0 + + - Changed FBSnapshotTestController from private to public in the xcodeproj (#135) + - Added device agnostic tests and assertions (#137) + - Fixed fb_imageForView edge cases (#138, #153) + - Changed project setting to match the code style (#139) + - Fixed propagating the correct file name and line number on Swift (#140) + - Added framework support for tvOS (#143) + - Added optional tolerance parameter on Swift (#145) + - Added images to comparison errors (#146) + - Fixed build for Xcode 7.3 (#152) + ## 2.0.7 - Change FBSnapshotTestController from private to public (#129) diff --git a/FBSnapshotTestCase.podspec b/FBSnapshotTestCase.podspec index bb65054..2d96893 100644 --- a/FBSnapshotTestCase.podspec +++ b/FBSnapshotTestCase.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "FBSnapshotTestCase" - s.version = "2.0.7" + s.version = "2.1.0" s.summary = "Snapshot view unit tests for iOS" s.description = <<-DESC A "snapshot test case" takes a configured UIView or CALayer diff --git a/FBSnapshotTestCaseDemo/Podfile.lock b/FBSnapshotTestCaseDemo/Podfile.lock index fe8c4f2..dc6aeaa 100644 --- a/FBSnapshotTestCaseDemo/Podfile.lock +++ b/FBSnapshotTestCaseDemo/Podfile.lock @@ -1,8 +1,8 @@ PODS: - - FBSnapshotTestCase (2.0.7): - - FBSnapshotTestCase/SwiftSupport (= 2.0.7) - - FBSnapshotTestCase/Core (2.0.7) - - FBSnapshotTestCase/SwiftSupport (2.0.7): + - FBSnapshotTestCase (2.1.0): + - FBSnapshotTestCase/SwiftSupport (= 2.1.0) + - FBSnapshotTestCase/Core (2.1.0) + - FBSnapshotTestCase/SwiftSupport (2.1.0): - FBSnapshotTestCase/Core DEPENDENCIES: @@ -10,9 +10,9 @@ DEPENDENCIES: EXTERNAL SOURCES: FBSnapshotTestCase: - :path: .. + :path: ".." SPEC CHECKSUMS: - FBSnapshotTestCase: 7e85180d0d141a0cf472352edda7e80d7eaeb547 + FBSnapshotTestCase: 366ecd378511d7716c79991cd8067d1eed23578d COCOAPODS: 0.39.0