Skip to content

Commit

Permalink
Merge release 2.5.4 into master (#104)
Browse files Browse the repository at this point in the history
* Created a new release

* Update CocoaPods version in README

Co-authored-by: J. Doe (https://devcenter.bitrise.io/builds/setting-your-git-credentials-on-build-machines/) <please-set-your-email@bitrise.io>
Co-authored-by: Bas Broek <bas@basbroek.nl>
  • Loading branch information
3 people authored Aug 30, 2021
1 parent 37f27d3 commit 57d5fc0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### 2.5.4
- Improve test expressivity ([#101](https://github.com/WeTransfer/Mocker/pull/101)) via [@BasThomas](https://github.com/BasThomas)
- Installation via CocoaPods is Broken ([#94](https://github.com/WeTransfer/Mocker/issues/94)) via [@BasThomas](https://github.com/BasThomas)
- Update to latest pod version in README ([#103](https://github.com/WeTransfer/Mocker/pull/103)) via [@BasThomas](https://github.com/BasThomas)
- Update CI ([#99](https://github.com/WeTransfer/Mocker/pull/99)) via [@kairadiagne](https://github.com/kairadiagne)
- Merge release 2.5.3 into master ([#96](https://github.com/WeTransfer/Mocker/pull/96)) via [@wetransferplatform](https://github.com/wetransferplatform)

### 2.5.3
- Make sure file extension mocks are matching correctly ([#95](https://github.com/WeTransfer/Mocker/pull/95)) via [@AvdLee](https://github.com/AvdLee)
- Replace occurrences of internal `.data` with `Data(contentsOf:)` ([#92](https://github.com/WeTransfer/Mocker/pull/92)) via [@rogerluan](https://github.com/rogerluan)
Expand Down
2 changes: 1 addition & 1 deletion Mocker.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'Mocker'
spec.version = '2.5.3'
spec.version = '2.5.4'
spec.summary = 'Mock data requests using a custom URLProtocol and run them offline.'
spec.description = 'Mocker is a library written in Swift which makes it possible to mock data requests using a custom URLProtocol and run them offline.'

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ platform :ios, '10.0'
use_frameworks!

target '<Your Target Name>' do
pod 'Mocker', '~> 2.5.3'
pod 'Mocker', '~> 2.5.4'
end
```

Expand Down

0 comments on commit 57d5fc0

Please sign in to comment.