Skip to content

Commit 57d5fc0

Browse files
wetransferplatformJ. Doe (https://devcenter.bitrise.io/builds/setting-your-git-credentials-on-build-machines/)BasThomas
authored
Merge release 2.5.4 into master (#104)
* 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/) <[email protected]> Co-authored-by: Bas Broek <[email protected]>
1 parent 37f27d3 commit 57d5fc0

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

Diff for: Changelog.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### 2.5.4
2+
- Improve test expressivity ([#101](https://github.com/WeTransfer/Mocker/pull/101)) via [@BasThomas](https://github.com/BasThomas)
3+
- Installation via CocoaPods is Broken ([#94](https://github.com/WeTransfer/Mocker/issues/94)) via [@BasThomas](https://github.com/BasThomas)
4+
- Update to latest pod version in README ([#103](https://github.com/WeTransfer/Mocker/pull/103)) via [@BasThomas](https://github.com/BasThomas)
5+
- Update CI ([#99](https://github.com/WeTransfer/Mocker/pull/99)) via [@kairadiagne](https://github.com/kairadiagne)
6+
- Merge release 2.5.3 into master ([#96](https://github.com/WeTransfer/Mocker/pull/96)) via [@wetransferplatform](https://github.com/wetransferplatform)
7+
18
### 2.5.3
29
- Make sure file extension mocks are matching correctly ([#95](https://github.com/WeTransfer/Mocker/pull/95)) via [@AvdLee](https://github.com/AvdLee)
310
- Replace occurrences of internal `.data` with `Data(contentsOf:)` ([#92](https://github.com/WeTransfer/Mocker/pull/92)) via [@rogerluan](https://github.com/rogerluan)

Diff for: Mocker.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'Mocker'
3-
spec.version = '2.5.3'
3+
spec.version = '2.5.4'
44
spec.summary = 'Mock data requests using a custom URLProtocol and run them offline.'
55
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.'
66

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ platform :ios, '10.0'
277277
use_frameworks!
278278

279279
target '<Your Target Name>' do
280-
pod 'Mocker', '~> 2.5.3'
280+
pod 'Mocker', '~> 2.5.4'
281281
end
282282
```
283283

0 commit comments

Comments
 (0)