Skip to content

Commit

Permalink
Release version 6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alanzeino committed Mar 27, 2019
1 parent 7e1f74b commit 50e3bf1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## 6.0.1

- Update for Swift 5 compiler.

## 6.0.0

- We deleted the `agnosticOptions` and `deviceAgnostic` properties. We didn't want to do this initially but we thought it was good to make a clean break from the old properties that had incorrect naming, as well as adding a new property (`fileNameOptions`) that includes screen scale as an option, so users of the library can choose to omit the screen scale from their file names.
Expand Down
2 changes: 1 addition & 1 deletion iOSSnapshotTestCase.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "iOSSnapshotTestCase"
s.module_name = "FBSnapshotTestCase"
s.version = "6.0.0"
s.version = "6.0.1"
s.summary = "Snapshot view unit tests for iOS"
s.description = <<-DESC
A "snapshot test case" takes a configured UIView or CALayer
Expand Down

0 comments on commit 50e3bf1

Please sign in to comment.