/semver-go

A Go package for the guidelines established at http://semver.org

Primary LanguageGo

Semver - Semi-Fluent Go Implementation

This is a semi-fluent Go implementation for checking validity and determining severity of new versions. The rules implemented are those outlined at http://semver.org , and serve to reduce both the barrier to and cost of updating dependencies.

This is free for anyone to use.