Releases: gwynne/swift-semver
Releases · gwynne/swift-semver
1.0.0 - First official release
1.0.0-beta.1 - Add missing validation of prerelease identifiers
Also now requires a minimum version of Swift 5.7. First beta of a "stable" release.
Full Changelog: 0.2.0-alpha.1...1.0.0-beta.1
0.2.0-alpha.1 - Add Sendable
Also bumps minimum Swift version to 5.6.
New Contributors
Full Changelog: 0.1.0-alpha.3...0.2.0-alpha.1
Make SemanticVersion's properties mutable
Full Changelog: 0.1.0-alpha.2...0.1.0-alpha.3
Fix package name in Package.swift
This makes the package usable without jumping through extra hoops.
Initial release
🎉 First release! 🎉
Welcome to an independently usable library containing a fully compliant SemanticVersion
type.