|
2 | 2 |
|
3 | 3 | <!--## [In development][develop]--> |
4 | 4 |
|
| 5 | +## [3.2.0][] (2019-09-20) |
| 6 | + |
| 7 | +- Upgrade the source to compile with both Swift 4.2 and Swift 5. |
| 8 | + ([#201](https://github.com/mattrubin/OneTimePassword/pull/201), |
| 9 | + [#202](https://github.com/mattrubin/OneTimePassword/pull/202), |
| 10 | + [#204](https://github.com/mattrubin/OneTimePassword/pull/204), |
| 11 | + [#209](https://github.com/mattrubin/OneTimePassword/pull/209), |
| 12 | + [#215](https://github.com/mattrubin/OneTimePassword/pull/215), |
| 13 | + [#216](https://github.com/mattrubin/OneTimePassword/pull/216)) |
| 14 | +- Update the SwiftLint configuration, and move the SwiftLint build phase to a separate dedicated target so that new lint errors do not interfere with consumers of the framework. |
| 15 | + ([#212](https://github.com/mattrubin/OneTimePassword/pull/212), |
| 16 | + [#206](https://github.com/mattrubin/OneTimePassword/pull/206)) |
| 17 | +- Upgrade xcconfigs to enable new warnings introduced in Xcode 10.2 |
| 18 | + ([#203](https://github.com/mattrubin/OneTimePassword/pull/203)) |
| 19 | + |
5 | 20 | ## [3.1.5][] (2019-04-11) |
6 | 21 | - Enable additional linting and CI testing. |
7 | 22 | ([#196](https://github.com/mattrubin/OneTimePassword/pull/196), |
@@ -175,6 +190,7 @@ Changes between prerelease versions of OneTimePassword version 2 can be found be |
175 | 190 |
|
176 | 191 | [develop]: https://github.com/mattrubin/OneTimePassword/compare/3.1.5...develop |
177 | 192 |
|
| 193 | +[3.2.0]: https://github.com/mattrubin/OneTimePassword/compare/3.1.5...3.2.0 |
178 | 194 | [3.1.5]: https://github.com/mattrubin/OneTimePassword/compare/3.1.4...3.1.5 |
179 | 195 | [3.1.4]: https://github.com/mattrubin/OneTimePassword/compare/3.1.3...3.1.4 |
180 | 196 | [3.1.3]: https://github.com/mattrubin/OneTimePassword/compare/3.1.2...3.1.3 |
|
0 commit comments