|
1 | 1 | 0.14.0 (tbd), [diff][diff-0.14.0] |
2 | 2 | ======================================== |
3 | 3 |
|
4 | | -* Support ATTACH/DETACH ([#30][], [##1142][]) |
5 | | -* Support WITH clause ([#1139][]) |
6 | | -* Add value conformance for NSURL ([#1141][]) |
7 | | -* Add decoding for UUID ([#1137][]) |
8 | | -* Fix insertMany([Encodable]) ([#1130][], [#1138]][]) |
9 | | -* Fix incorrect spelling of 'remove_diacritics' ([#1128][]) |
| 4 | +* Support `ATTACH`/`DETACH` ([#30][], [#1142][]) |
| 5 | +* Support `WITH` clause ([#1139][]) |
| 6 | +* Add `Value` conformance for `NSURL` ([#1110][], [#1141][]) |
| 7 | +* Add decoding for `UUID` ([#1137][]) |
| 8 | +* Fix `insertMany([Encodable])` ([#1130][], [#1138][]) |
| 9 | +* Fix incorrect spelling of `remove_diacritics` ([#1128][]) |
10 | 10 | * Fix project build order ([#1131][]) |
11 | 11 | * Performance improvements ([#1109][], [#1115][], [#1132][]) |
12 | 12 |
|
13 | | -0.13.3 (25-01-2022), [diff][diff-0.13.3] |
| 13 | +0.13.3 (27-03-2022), [diff][diff-0.13.3] |
14 | 14 | ======================================== |
15 | 15 |
|
16 | 16 | * UUID Fix ([#1112][]) |
|
165 | 165 | [#1100]: https://github.com/stephencelis/SQLite.swift/pull/1100 |
166 | 166 | [#1105]: https://github.com/stephencelis/SQLite.swift/pull/1105 |
167 | 167 | [#1109]: https://github.com/stephencelis/SQLite.swift/issues/1109 |
| 168 | +[#1110]: https://github.com/stephencelis/SQLite.swift/pull/1110 |
168 | 169 | [#1112]: https://github.com/stephencelis/SQLite.swift/pull/1112 |
169 | 170 | [#1115]: https://github.com/stephencelis/SQLite.swift/pull/1115 |
170 | 171 | [#1119]: https://github.com/stephencelis/SQLite.swift/pull/1119 |
|
176 | 177 | [#1137]: https://github.com/stephencelis/SQLite.swift/pull/1137 |
177 | 178 | [#1138]: https://github.com/stephencelis/SQLite.swift/pull/1138 |
178 | 179 | [#1139]: https://github.com/stephencelis/SQLite.swift/pull/1139 |
| 180 | +[#1141]: https://github.com/stephencelis/SQLite.swift/pull/1141 |
179 | 181 | [#1142]: https://github.com/stephencelis/SQLite.swift/pull/1142 |
0 commit comments