File tree 4 files changed +27
-7
lines changed
4 files changed +27
-7
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
4
` Elevate ` adheres to [ Semantic Versioning] ( http://semver.org/ ) .
5
5
6
6
#### 3.x Releases
7
-
7
+ * ` 3.1.x ` Releases = [ 3.1.0 ] ( #310 ) | [ 3.1.1 ] ( #311 )
8
8
* ` 3.0.x ` Releases = [ 3.0.0] ( #300 ) | [ 3.0.1] ( #301 ) | [ 3.0.2] ( #302 )
9
9
10
10
#### 2.x Releases
@@ -20,6 +20,30 @@ All notable changes to this project will be documented in this file.
20
20
21
21
---
22
22
23
+ ## Unreleased
24
+
25
+ #### Added
26
+
27
+ #### Updated
28
+
29
+ #### Deprecated
30
+
31
+ #### Removed
32
+
33
+ #### Fixed
34
+
35
+ ---
36
+
37
+ ## [ 3.1.1] ( https://github.com/Nike-Inc/Elevate/releases/tag/3.1.1 )
38
+ Released on 2019-05-02. All issues associated with this milestone can be found using this
39
+ [ filter] ( https://github.com/Nike-Inc/Elevate/milestone/7?closed=1 ) .
40
+
41
+ #### Fixed
42
+ - Issue where Swift version was incorrectly set to 5.0 when it should have been 4.2.
43
+ - Fixed by [ Greg Tropino] ( https://github.com/gtrop1 ) in Pull Request [ #39 ] ( https://github.com/Nike-Inc/Elevate/pull/39 ) .
44
+
45
+ ---
46
+
23
47
## [ 3.1.0] ( https://github.com/Nike-Inc/Elevate/releases/tag/3.1.0 )
24
48
25
49
Released on 2019-04-30. All issues associated with this milestone can be found using this
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "Elevate"
3
- s . version = "3.1.0 "
3
+ s . version = "3.1.1 "
4
4
s . summary = "Elevate is a JSON parsing framework that leverages Swift to make parsing simple, reliable and composable."
5
5
s . homepage = "https://github.com/Nike-Inc/Elevate"
6
6
s . license = "MIT"
Original file line number Diff line number Diff line change 1092
1092
PRODUCT_BUNDLE_IDENTIFIER = com.nike.Elevate;
1093
1093
PRODUCT_NAME = Elevate;
1094
1094
SKIP_INSTALL = YES;
1095
- SWIFT_VERSION = 5.0;
1096
1095
};
1097
1096
name = Debug;
1098
1097
};
1118
1117
PRODUCT_BUNDLE_IDENTIFIER = com.nike.Elevate;
1119
1118
PRODUCT_NAME = Elevate;
1120
1119
SKIP_INSTALL = YES;
1121
- SWIFT_VERSION = 5.0;
1122
1120
};
1123
1121
name = Release;
1124
1122
};
1136
1134
);
1137
1135
PRODUCT_BUNDLE_IDENTIFIER = com.nike.ElevateTests;
1138
1136
PRODUCT_NAME = ElevateTests;
1139
- SWIFT_VERSION = 5.0;
1140
1137
};
1141
1138
name = Debug;
1142
1139
};
1154
1151
);
1155
1152
PRODUCT_BUNDLE_IDENTIFIER = com.nike.ElevateTests;
1156
1153
PRODUCT_NAME = ElevateTests;
1157
- SWIFT_VERSION = 5.0;
1158
1154
};
1159
1155
name = Release;
1160
1156
};
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 >3.1.0 </string >
18
+ <string >3.1.1 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
You can’t perform that action at this time.
0 commit comments