Skip to content

Releases: gwynne/swift-semver

1.0.0 - First official release

10 Nov 21:15
550e8b5
Compare
Choose a tag to compare

Everything's been overhauled, and it's as ready for a 1.0 as I can make it, so here it is!

1.0.0-beta.1 - Add missing validation of prerelease identifiers

10 Sep 23:36
1.0.0-beta.1
fa2e77b
Compare
Choose a tag to compare

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

25 Jul 07:18
2be090a
Compare
Choose a tag to compare
Pre-release

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

05 Jul 06:01
cfed59e
Compare
Choose a tag to compare

Fix package name in Package.swift

26 Aug 07:35
63318f1
Compare
Choose a tag to compare
Pre-release

This makes the package usable without jumping through extra hoops.

Initial release

26 Aug 07:31
cbadbc2
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

🎉 First release! 🎉

Welcome to an independently usable library containing a fully compliant SemanticVersion type.