aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJulien Eluard <[email protected]>2012-02-21 14:59:41 -0200
committerJulien Eluard <[email protected]>2012-02-21 14:59:41 -0200
commitb3e250d7906d97680bb0f4f5fa09ad1f7a56686c (patch)
treee67030392bec65d22493033a9692da5768041cbc /README.md
parent3a43611b8a9a68d44930338ad083a34974646140 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 665b7fd..4916eac 100755
--- a/README.md
+++ b/README.md
@@ -1,4 +1,7 @@
-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). ![StillMaintained](http://stillmaintained.com/jeluard/semantic-versioning.png)
+![StillMaintained](http://stillmaintained.com/jeluard/semantic-versioning.png)
+![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?
Does this minor version increment implies my implementation of some API is no more complete?