Skip to content

Commit

Permalink
Releasing version 0.22.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
DenTelezhkin committed May 4, 2018
1 parent fa1ce80 commit 92ddde9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.

# Next

## [0.22.0](https://github.com/lucasmedeirosleite/EasyMapping/releases/tag/0.22.0)

* Removed too strict generic constraints from `EKMapper` and `EKManagedObjectMapper` classes.

## [0.21.2](https://github.com/lucasmedeirosleite/EasyMapping/releases/tag/0.21.2)

* `EKSerializer` no longer implies that serializable objects need to conform to `EKMappingProtocol` or `EKManagedMappingProtocol`.
Expand Down
2 changes: 1 addition & 1 deletion Configs/EasyMapping.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.21.2</string>
<string>0.22.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Configs/EasyMappingTests.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>0.21.2</string>
<string>0.22.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion EasyMapping.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "EasyMapping"
s.version = "0.21.2"
s.version = "0.22.0"
s.summary = "The easiest way to map data from your webservice."
s.homepage = "https://github.com/lucasmedeirosleite/EasyMapping"
s.license = { :type => 'MIT', :file => 'LICENSE' }
Expand Down

0 comments on commit 92ddde9

Please sign in to comment.