Skip to content

3.29.3 - Relax minimum dependency version for swift-collections

Compare
Choose a tag to compare
@penny-for-vapor penny-for-vapor released this 29 Apr 10:04
· 1 commit to main since this release
9afdc96

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 newest swift-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