Skip to content

sersoft-gmbh/semver

Repository files navigation

SemVer

GitHub release Tests Codacy Badge codecov Docs

Installation

Add the following dependency to your Package.swift:

.package(url: "https://github.com/sersoft-gmbh/semver", from: "5.0.0"),

Compatibility

Swift SemVer Package
< 5.3.0 1.x.y - 2.x.y
>= 5.3.0, < 5.9.0 3.x.y
>= 5.9.0 5.x.y

Documentation

The API is documented using header doc. If you prefer to view the documentation as a webpage, there is an online version available for you.

Contributing

If you find a bug / like to see a new feature in SemVer there are a few ways of helping out:

  • If you can fix the bug / implement the feature yourself please do and open a PR!
  • If you know how to code (which you probably do), please add a (failing) test and open a PR. We'll try to get your test green ASAP.
  • If you can't do neither, then open an issue. While this might be the easiest way, it will likely take the longest for the bug to be fixed / feature to be implemented.

License

See LICENSE file.

About

A Swift implementation of a semantic Version as described at semver.org

Topics

Resources

License

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •  

Languages