diff options
author | Julien Eluard <[email protected]> | 2012-12-02 20:57:49 -0200 |
---|---|---|
committer | Julien Eluard <[email protected]> | 2012-12-02 20:57:49 -0200 |
commit | e4a8c6fc97325951c14c4b1ba56f5fa78fe6fd93 (patch) | |
tree | 080aba0cd0a17586ad733fd02a3a48856cc75454 /README.md | |
parent | f13ea98da727babd4299d30004fc238722701889 (diff) |
Update README.md
Diffstat (limited to 'README.md')
-rwxr-xr-x | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ +![CI status](https://secure.travis-ci.org/jeluard/semantic-versioning.png) + Semantic Versioning is a Java library allowing to validate if library version numbers follows Semantic Versioning principles as defined by [http://semver.org](Semantic Versioning). Project version number changes implication are not always clearly identified. Will this patch released be safe to use in my project? |