Skip to content

Commit

Permalink
Update version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
alanzeino committed Oct 22, 2021
1 parent 5853c77 commit 7b10770
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## 8.0.0

- We fixed all the file path issues and renamed the targets from FBSnapshotTestCase to iOSSnapshotTestCase. There were a lot of confusing old legacy decisions lingering in the repo and it didn't make sense to keep using confusing naming or directory structures. If you use SPM you will have to use 'import iOSSnapshotTestCase'. Cocoapods and Carthage will continue to use 'import FBSnapshotTestCase'.
- Xcode 13 and iOS 15 support.
- Bazel support.

## 7.0.0

- Support for Swift Package Manager.
Expand Down
10 changes: 5 additions & 5 deletions demos/FBSnapshotTestCaseDemo/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PODS:
- iOSSnapshotTestCase (7.0.0):
- iOSSnapshotTestCase/SwiftSupport (= 7.0.0)
- iOSSnapshotTestCase/Core (7.0.0)
- iOSSnapshotTestCase/SwiftSupport (7.0.0):
- iOSSnapshotTestCase (8.0.0):
- iOSSnapshotTestCase/SwiftSupport (= 8.0.0)
- iOSSnapshotTestCase/Core (8.0.0)
- iOSSnapshotTestCase/SwiftSupport (8.0.0):
- iOSSnapshotTestCase/Core

DEPENDENCIES:
Expand All @@ -13,7 +13,7 @@ EXTERNAL SOURCES:
:path: "../.."

SPEC CHECKSUMS:
iOSSnapshotTestCase: 9af2360fa90f4b1f55cab53c0be6f78dbef7d39b
iOSSnapshotTestCase: a670511f9ee3829c2b9c23e6e68f315fd7b6790f

PODFILE CHECKSUM: 6f2be7d7d46e065f7346db59c3950c6775795f35

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 = "7.0.0"
s.version = "8.0.0"
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 7b10770

Please sign in to comment.