Skip to content

Commit

Permalink
Releasing version 0.22.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
DenTelezhkin committed Jul 18, 2018
1 parent 164169b commit df5717b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 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.1](https://github.com/lucasmedeirosleite/EasyMapping/releases/tag/0.22.1)

* Added support for recognizing structs as native types, for example `CLLocationCoordinate2D` - #168(thanks, @sebastianludwig)

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

* Removed too strict generic constraints from `EKMapper` and `EKManagedObjectMapper` classes.
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.22.0</string>
<string>0.22.1</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.22.0</string>
<string>0.22.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
4 changes: 2 additions & 2 deletions EasyMapping.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "EasyMapping"
s.version = "0.22.0"
s.version = "0.22.1"
s.summary = "The easiest way to map data from your webservice."
s.homepage = "https://github.com/lucasmedeirosleite/EasyMapping"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.authors = { "Lucas Medeiros" => "lucastoc@gmail.com",
"Denys Telezhkin" => "denys.telezhkin@yandex.ru" }
"Denys Telezhkin" => "denys.telezhkin.oss@gmail.com" }
s.source = { :git => "https://github.com/lucasmedeirosleite/EasyMapping.git", :tag => s.version.to_s }
s.requires_arc = true

Expand Down

0 comments on commit df5717b

Please sign in to comment.