Releases: sersoft-gmbh/semver
Releases · sersoft-gmbh/semver
v5.2.0
What's Changed
- Bump github.com/apple/swift-syntax from 510.0.1 to 510.0.2 by @dependabot in #124
- Bump github.com/apple/swift-syntax from 510.0.2 to 510.0.3 by @dependabot in #125
- Bump github.com/apple/swift-docc-plugin from 1.3.0 to 1.4.1 by @dependabot in #126
- Bump github.com/apple/swift-docc-plugin from 1.4.1 to 1.4.2 by @dependabot in #127
- Bump github.com/apple/swift-docc-plugin from 1.4.2 to 1.4.3 by @dependabot in #130
- Add support for Swift 6.0 by @ffried in #129
Full Changelog: 5.1.0...5.2.0
v5.1.0
What's Changed
- Add support for Swift 5.10
- Bump github.com/apple/swift-syntax from 509.0.0 to 509.0.1 by @dependabot in #117
- Bump github.com/apple/swift-syntax from 509.0.1 to 509.0.2 by @dependabot in #118
- Bump github.com/apple/swift-syntax from 509.0.2 to 509.1.0 by @dependabot in #119
- Bump github.com/apple/swift-syntax from 509.1.0 to 509.1.1 by @dependabot in #120
Full Changelog: 5.0.0...5.1.0
v5.0.0
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 in separateSemVerMacros
product. - Introduce
Version.PrereleaseIdentifier
for type safe prerelease identifiers. - Remove deprecated
prerelease: String
property. - Replace previously introduced
preReleaseIdentifiers: Array<String>
withprerelease: Array<Version.PrereleaseIdentifier>
.
Full Changelog: 3.8.0...5.0.0
v4.0.0
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>
withprerelease: Array<Version.PrereleaseIdentifier>
.
Full Changelog: 3.8.0...4.0.0
v3.8.0
What's Changed
- Bump swift-actions/setup-swift from 1.23.0 to 1.24.0 by @dependabot in #106
- Parse pre-release as
Array<String>
in new propertypreReleaseIdentifiers
, deprecatingprerelease
. Fixes #107
Full Changelog: 3.7.0...3.8.0
v3.7.0
What's Changed
- Fix bug in version comparison by @CrazyFanFan in #105
- Add
isIdentical(to:)
method.
New Contributors
- @CrazyFanFan made their first contribution in #105
Full Changelog: 3.6.0...3.7.0
v3.6.0
v3.5.1
v3.5.0
What's Changed
- Add Swift 5.8 support
- Improve parsing performance if modern regex support is available.
Full Changelog: 3.4.0...3.5.0