Skip to content

Commit e3a9166

Browse files
committed
Update CHANGELOG for release
1 parent 9831a45 commit e3a9166

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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+
18
0.15.3 (19-04-2024), [diff][diff-0.15.3]
29
========================================
310
* Update `podspec` to include privacy manifest ([#1265][])
@@ -173,6 +180,8 @@ For breaking changes, see [Upgrading.md](Documentation/Upgrading.md).
173180
[diff-0.15.0]: https://github.com/stephencelis/SQLite.swift/compare/0.14.0...0.15.0
174181
[diff-0.15.1]: https://github.com/stephencelis/SQLite.swift/compare/0.15.0...0.15.1
175182
[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
176185

177186
[#30]: https://github.com/stephencelis/SQLite.swift/issues/30
178187
[#142]: https://github.com/stephencelis/SQLite.swift/issues/142
@@ -259,3 +268,7 @@ For breaking changes, see [Upgrading.md](Documentation/Upgrading.md).
259268
[#1237]: https://github.com/stephencelis/SQLite.swift/pull/1237
260269
[#1260]: https://github.com/stephencelis/SQLite.swift/pull/1260
261270
[#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

Comments
 (0)