This is an automated email from the git hooks/post-receive script. reazem-guest pushed a commit to branch master in repository jsemver.
commit c15392ef073b24ac65fcbabaf42ceae74501b9f3 Author: Zafar Khaja <[email protected]> Date: Thu Mar 7 23:56:47 2013 +0400 Update README, add Versioning paragraph --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index ca76a97..ccf5cbd 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,14 @@ Java SemVer is a Java implementation of the Semantic Versioning Specification **NOTE**: The current version of the Java SemVer corresponds to the Semantic Versioning 2.0.0-rc.1. +Versioning +---------- +Java SemVer is versioned according to the SemVer Specification. + +**NOTE**: The current release of the Java SemVer library has a major version of +zero which according to the SemVer p.4 means that the library is under initial +development and its public API should not be considered stable. + Usage ----- Below are some common use cases for the Java SemVer library. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jsemver.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

