Skip to content

Commit e38087f

Browse files
committed
Prepare for 2.1.0 release
1 parent 32e8196 commit e38087f

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

Changelog.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
### HEAD
44
--------------
55

6-
- Added `PATCH` method support
6+
### 2.1.0
7+
-----------
8+
9+
- Added `PATCH` method support [Hernan Gonzalez](https://github.com/hernangonzalez)
710

811
### 2.0.0
912
-----------

Kakapo.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Kakapo"
3-
s.version = "2.0.0"
3+
s.version = "2.1.0"
44
s.summary = "Dynamically Mock server behaviors and responses."
55

66
s.description = <<-DESC

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ With Kakapo you can just create Swift structs/classes/enums that are automatical
5454

5555
* Dynamic mocking
5656
* Prototyping
57-
* Swift 3.0 compatible (from version `2.0.0`, `master` branch)
58-
* Swift 2.3 compatible (from version `1.0.0`, branch `feature/swift2.3`)
59-
* Swift 2.2 compatible (versions `0.x.y`, branch `feature/swift2.2`)
57+
* Swift 3.0 compatible (from version 2.0.0, master branch)
58+
* Swift 2.3 compatible (from version 1.0.0, branch feature/legacy-swift)
59+
* Swift 2.2 compatible (versions 0.x.y)
6060
* Compatible with [![Platform](https://img.shields.io/cocoapods/p/Kakapo.svg?style=flat)](http://cocoapods.org/pods/Kakapo)
6161
* Protocol oriented and pluggable
6262
* Fully customizable by defining custom serialization and custom responses

0 commit comments

Comments
 (0)