[jsemver] 57/95: Update CHANGELOG and README

Alexandre Viau reazem-guest at moszumanska.debian.org
Mon Feb 16 14:58:30 UTC 2015


This is an automated email from the git hooks/post-receive script.

reazem-guest pushed a commit to branch master
in repository jsemver.

commit 4444a27cd608a813eaf088f8049a4137a23c093a
Author: Zafar Khaja <zafarkhaja at gmail.com>
Date:   Sun Dec 1 14:31:30 2013 +0400

    Update CHANGELOG and README
---
 CHANGELOG.md | 8 ++++++++
 README.md    | 6 +++---
 2 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index b74d689..ca34170 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,10 +1,18 @@
 Java SemVer Changelog
 =====================
 
+### 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
+* Made small code improvements
+* Configured `maven-compiler-plugin` to show all warnings
+* Updated the `CHANGELOG.md` and `README.md` files
+
 ### 0.7.0 (Nov 16, 2013) ###
 * Adapted the library to the SemVer 2.0.0
 * [[Issue #1](https://github.com/zafarkhaja/java-semver/issues/1)] Created the SemVer Expressions Parser
 * [[Issue #2](https://github.com/zafarkhaja/java-semver/issues/2)] Added Javadoc to the source code
+* [[Issue #4](https://github.com/zafarkhaja/java-semver/issues/4)] Deployed to the Maven Central Repository
 * Implemented a parser instead of RegExps for the version parsing
 * Created the `MetadataVersion.NULL` object, refactored
 * Made some refactoring and minor improvements to the code
diff --git a/README.md b/README.md
index c383016..fa5f002 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-Java SemVer v0.7.0 (SemVer 2) [![Build Status](https://travis-ci.org/zafarkhaja/java-semver.png)](https://travis-ci.org/zafarkhaja/java-semver)
+Java SemVer v0.7.1 (SemVer 2) [![Build Status](https://travis-ci.org/zafarkhaja/java-semver.png)](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.0</version>
+  <version>0.7.1</version>
 </dependency>
 ~~~
 
@@ -41,7 +41,7 @@ project.
 <dependency>
   <groupId>com.github.zafarkhaja</groupId>
   <artifactId>java-semver</artifactId>
-  <version>0.7.1-SNAPSHOT</version>
+  <version>0.8.0-SNAPSHOT</version>
 </dependency>
 ~~~
 **NOTE**: To use the development version you need to add the SNAPSHOT repository

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jsemver.git



More information about the pkg-java-commits mailing list