Skip to content

v4.0.0

Compare
Choose a tag to compare
@ffried ffried released this 21 Sep 15:49
· 37 commits to main since this release
af54c48

Important: To improve the build times for users of this package, v5.0.0 moves the macro into a separate product. Please use v5.0.0 instead of this version.

What's Changed

  • Add support for Swift 5.9.
  • Drop support for older Swift versions.
  • Add minimum required platforms: macOS 10.15, iOS 13, tvOS 13, watchOS 6, macCatatlyst 13.
  • Add #version(...) macro.
  • Introduce Version.PrereleaseIdentifier for type safe prerelease identifiers.
  • Remove deprecated prerelease: String property.
  • Replace previously introduced preReleaseIdentifiers: Array<String> with prerelease: Array<Version.PrereleaseIdentifier>.

Full Changelog: 3.8.0...4.0.0