3.29.3 - Relax minimum dependency version for swift-collections
What's Changed
Relax minimum dependency version for swift-collections by @gwynne in #177
Downstream users of SQLKit who also depend on SwiftPM currently experience a dependency conflict with
swift-collections
due to SwiftPM’s restrictive allowed version range. Since SQLKit doesn’t actually need the newestswift-collections
, we can solve this by simply reducing SQLKit’s minimum required version.Also removes a spurious dependency on
swift-docc-plugin
which was accidentally left in place during the 3.29.0 release.
This patch was released by @gwynne
Full Changelog: 3.29.2...3.29.3