Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Commit

Permalink
Merge pull request #108 from facebook/nscoding/2.0.4
Browse files Browse the repository at this point in the history
Bump version to 2.0.4
  • Loading branch information
kdelong committed Sep 4, 2015
2 parents 0f1f7d2 + d70fe61 commit dd88775
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to this project will be documented in this file.

## 2.0.4

- Support loading reference images from the test bundle (#104) (Thanks to @yiding)
- Fix for retina tolerance comparisons (#107)

## 2.0.3

- New property added `usesDrawViewHierarchyInRect` to handle cases like `UIVisualEffect` (#70), `UIAppearance` (#91) and Size Classes (#92) (#100)
Expand Down
2 changes: 1 addition & 1 deletion FBSnapshotTestCase.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "FBSnapshotTestCase"
s.version = "2.0.3"
s.version = "2.0.4"
s.summary = "Snapshot view unit tests for iOS"
s.description = <<-DESC
A "snapshot test case" takes a configured UIView or CALayer
Expand Down
12 changes: 6 additions & 6 deletions FBSnapshotTestCaseDemo/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
PODS:
- FBSnapshotTestCase (2.0.3):
- FBSnapshotTestCase/SwiftSupport (= 2.0.3)
- FBSnapshotTestCase/Core (2.0.3)
- FBSnapshotTestCase/SwiftSupport (2.0.3):
- FBSnapshotTestCase (2.0.4):
- FBSnapshotTestCase/SwiftSupport (= 2.0.4)
- FBSnapshotTestCase/Core (2.0.4)
- FBSnapshotTestCase/SwiftSupport (2.0.4):
- FBSnapshotTestCase/Core

DEPENDENCIES:
- FBSnapshotTestCase (from `..`)

EXTERNAL SOURCES:
FBSnapshotTestCase:
:path: ".."
:path: ..

SPEC CHECKSUMS:
FBSnapshotTestCase: bfa674b5a5a0a79559c1544e3d2846927d6b6d2a
FBSnapshotTestCase: d94cf34841c9e77390e29009e8e2713479d48753

COCOAPODS: 0.38.2

0 comments on commit dd88775

Please sign in to comment.