This is an automated email from the git hooks/post-receive script. reazem-guest pushed a commit to branch master in repository jsemver.
commit 23dde7ae3576662b4b9213b7455ae478341cb9b0 Author: Zafar Khaja <[email protected]> Date: Mon Dec 30 20:34:31 2013 +0400 Update CHANGELOG and README --- CHANGELOG.md | 3 +++ README.md | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca34170..44df74e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Java SemVer Changelog ===================== +### 0.7.2 (Dec 30, 2013) ### +* [[Issue #8](https://github.com/zafarkhaja/java-semver/issues/8)] Fixed `Version.hashCode()` to comply with `Version.equals()` + ### 0.7.1 (Dec 01, 2013) ### * [[Issue #5](https://github.com/zafarkhaja/java-semver/issues/5)] Got rid of 'unchecked' warnings * Made minor Javadoc corrections diff --git a/README.md b/README.md index fa5f002..f8d3601 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Java SemVer v0.7.1 (SemVer 2) [](https://travis-ci.org/zafarkhaja/java-semver) +Java SemVer v0.7.2 (SemVer 2) [](https://travis-ci.org/zafarkhaja/java-semver) ============================= Java SemVer is a Java implementation of the Semantic Versioning Specification @@ -32,7 +32,7 @@ project. <dependency> <groupId>com.github.zafarkhaja</groupId> <artifactId>java-semver</artifactId> - <version>0.7.1</version> + <version>0.7.2</version> </dependency> ~~~ -- 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

