From 7b10770333a961be6e5a41c9ce04b8c6d3990126 Mon Sep 17 00:00:00 2001 From: Alan Zeino Date: Thu, 21 Oct 2021 19:23:05 -0700 Subject: [PATCH] Update version numbers --- CHANGELOG.md | 6 ++++++ demos/FBSnapshotTestCaseDemo/Podfile.lock | 10 +++++----- iOSSnapshotTestCase.podspec | 2 +- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43c545c..b5be750 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/demos/FBSnapshotTestCaseDemo/Podfile.lock b/demos/FBSnapshotTestCaseDemo/Podfile.lock index 2ab8ef3..fa0c1ff 100644 --- a/demos/FBSnapshotTestCaseDemo/Podfile.lock +++ b/demos/FBSnapshotTestCaseDemo/Podfile.lock @@ -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: @@ -13,7 +13,7 @@ EXTERNAL SOURCES: :path: "../.." SPEC CHECKSUMS: - iOSSnapshotTestCase: 9af2360fa90f4b1f55cab53c0be6f78dbef7d39b + iOSSnapshotTestCase: a670511f9ee3829c2b9c23e6e68f315fd7b6790f PODFILE CHECKSUM: 6f2be7d7d46e065f7346db59c3950c6775795f35 diff --git a/iOSSnapshotTestCase.podspec b/iOSSnapshotTestCase.podspec index e7bd333..3bbd22d 100644 --- a/iOSSnapshotTestCase.podspec +++ b/iOSSnapshotTestCase.podspec @@ -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