apple / swift-openapi-urlsession

URLSession transport for Swift OpenAPI Generator.
https://swiftpackageindex.com/apple/swift-openapi-urlsession/documentation
Apache License 2.0
160 stars 29 forks source link

Prepare being compatible with runtime 0.2.0 release #12

Closed czechboy0 closed 1 year ago

czechboy0 commented 1 year ago

Motivation

Runtime 0.2.0 is compatible with 0.1.3+ in the APIs adopted in the transport, so just reflect that in the manifest.

Modifications

Increased the supported runtime range to include 0.2.x.

Result

Once released, folks will be able to use 0.1.x of this transport with both 0.1.x and 0.2.x of runtime.

Test Plan

Will be manually tested once runtime 0.2.0 is released.