Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dogo committed May 13, 2022
1 parent 68b25a1 commit 3151718
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 12 deletions.
8 changes: 4 additions & 4 deletions Bootstrap/Podfile.lock
Expand Up @@ -8,9 +8,9 @@ PODS:
- iOSSnapshotTestCase/SwiftSupport (8.0.0):
- iOSSnapshotTestCase/Core
- Nimble (10.0.0)
- Nimble-Snapshots (9.3.1):
- Nimble-Snapshots/Core (= 9.3.1)
- Nimble-Snapshots/Core (9.3.1):
- Nimble-Snapshots (9.4.0):
- Nimble-Snapshots/Core (= 9.4.0)
- Nimble-Snapshots/Core (9.4.0):
- iOSSnapshotTestCase (~> 8.0)
- Nimble
- Quick (5.0.1)
Expand All @@ -35,7 +35,7 @@ SPEC CHECKSUMS:
Forgeries: 64ced144ea8341d89a7eec9d1d7986f0f1366250
iOSSnapshotTestCase: a670511f9ee3829c2b9c23e6e68f315fd7b6790f
Nimble: 5316ef81a170ce87baf72dd961f22f89a602ff84
Nimble-Snapshots: e0c096681766cd2a6d0740664e9b33620d1b3ed6
Nimble-Snapshots: ef281b908c604f78c8313587e25ea92c8ab513d7
Quick: 749aa754fd1e7d984f2000fe051e18a3a9809179

PODFILE CHECKSUM: c3171133ba8d8bc9cf4cdaa6946313041b273157
Expand Down
4 changes: 2 additions & 2 deletions Bootstrap/Pods/Local Podspecs/Nimble-Snapshots.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Bootstrap/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,7 +2,14 @@

## Next

- Nothing yet!

## 9.4.0

- Set swift-tools-version to 5.3 - @dogo
- Update SPM dependency Nimble to 10.0.0 - @dogo
- Fix ios-snapshot-test-case compilation with Carthage - @dogo
- Fix SPM class name is not removed from snapshot image name. See #246 - dogo

## 9.3.1

Expand Down
2 changes: 1 addition & 1 deletion Nimble-Snapshots.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Nimble-Snapshots"
s.version = "9.3.1"
s.version = "9.4.0"
s.summary = "Nimble matchers for iOSSnapshotTestCase"
s.description = <<-DESC
Nimble matchers for iOSSnapshotTestCase. Highly derivative of [Expecta Matchers for iOSSnapshotTestCase](https://github.com/dblock/ios-snapshot-test-case-expecta).
Expand Down

0 comments on commit 3151718

Please sign in to comment.