|
| 1 | +0.15.4 (13-06-2025), [diff][diff-0.15.4] |
| 2 | +======================================== |
| 3 | +* Fix cross compilation for linux on macOS fails ([#1317][]) |
| 4 | +* Support creating tables in schema changer ([#1315][]) |
| 5 | +* Update oldest supported platform versions ([#1280][]) |
| 6 | +* Add CustomStringConvertible for Setter ([#1279][]) |
| 7 | + |
1 | 8 | 0.15.3 (19-04-2024), [diff][diff-0.15.3]
|
2 | 9 | ========================================
|
3 | 10 | * Update `podspec` to include privacy manifest ([#1265][])
|
@@ -173,6 +180,8 @@ For breaking changes, see [Upgrading.md](Documentation/Upgrading.md).
|
173 | 180 | [diff-0.15.0]: https://github.com/stephencelis/SQLite.swift/compare/0.14.0...0.15.0
|
174 | 181 | [diff-0.15.1]: https://github.com/stephencelis/SQLite.swift/compare/0.15.0...0.15.1
|
175 | 182 | [diff-0.15.2]: https://github.com/stephencelis/SQLite.swift/compare/0.15.1...0.15.2
|
| 183 | +[diff-0.15.3]: https://github.com/stephencelis/SQLite.swift/compare/0.15.2...0.15.3 |
| 184 | +[diff-0.15.4]: https://github.com/stephencelis/SQLite.swift/compare/0.15.3...0.15.4 |
176 | 185 |
|
177 | 186 | [#30]: https://github.com/stephencelis/SQLite.swift/issues/30
|
178 | 187 | [#142]: https://github.com/stephencelis/SQLite.swift/issues/142
|
@@ -259,3 +268,7 @@ For breaking changes, see [Upgrading.md](Documentation/Upgrading.md).
|
259 | 268 | [#1237]: https://github.com/stephencelis/SQLite.swift/pull/1237
|
260 | 269 | [#1260]: https://github.com/stephencelis/SQLite.swift/pull/1260
|
261 | 270 | [#1265]: https://github.com/stephencelis/SQLite.swift/pull/1265
|
| 271 | +[#1279]: https://github.com/stephencelis/SQLite.swift/pull/1279 |
| 272 | +[#1280]: https://github.com/stephencelis/SQLite.swift/pull/1280 |
| 273 | +[#1315]: https://github.com/stephencelis/SQLite.swift/pull/1315 |
| 274 | +[#1317]: https://github.com/stephencelis/SQLite.swift/pull/1317 |
0 commit comments