Skip to content

benjamincudi/semver-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

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.