Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashfurrow committed Oct 20, 2020
1 parent addec33 commit c9a1e16
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,10 @@

- Nothing yet!

## 9.0.0

- Renames `shared` to `sharedInstance` for Objective-C uses of `CurrentTestCaseTracker`. See #210 - robinbonin

## 8.3.0

- Adds support for Nimble 9 by removing CocoaPods version specifier. See #207 - samjohn
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 = "8.3.0"
s.version = "9.0.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 c9a1e16

Please sign in to comment.