File tree 4 files changed +5
-3
lines changed
4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
3
3
4
4
## Next
5
5
6
+ ## [ 0.21.1] ( https://github.com/lucasmedeirosleite/EasyMapping/releases/tag/0.21.1 )
7
+
6
8
* Fixed a bug in ` EKSerializer ` that prevented has one relationships from being properly serialized with non-nested keypaths.
7
9
8
10
## [ 0.21.0] ( https://github.com/lucasmedeirosleite/EasyMapping/releases/tag/0.21.0 )
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >0.21.0 </string >
18
+ <string >0.21.1 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >BNDL </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >0.21.0 </string >
18
+ <string >0.21.1 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "EasyMapping"
3
- s . version = "0.21.0 "
3
+ s . version = "0.21.1 "
4
4
s . summary = "The easiest way to map data from your webservice."
5
5
s . homepage = "https://github.com/lucasmedeirosleite/EasyMapping"
6
6
s . license = { :type => 'MIT' , :file => 'LICENSE' }
You can’t perform that action at this time.
0 commit comments