Skip to content

Commit

Permalink
Updated version number to 0.1-SNAPSHOT, added Changelog to track vers…
Browse files Browse the repository at this point in the history
…ion changes.
  • Loading branch information
gaurav committed Jun 20, 2018
1 parent b5247b3 commit 97e0676
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change log for JPhyloref

Based on the suggestion at https://keepachangelog.com/en/1.0.0/.

## [Unreleased]

## 0.1 - 2018-06-20
- Initial release, with support for testing phyloreferences expressed in OWL
and stored in RDF/XML.

[Unreleased]: https://github.com/phyloref/jphyloref/compare/v0.1...HEAD
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.phyloref</groupId>
<artifactId>jphyloref</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1-SNAPSHOT</version>
<packaging>jar</packaging>

<name>jphyloref</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/phyloref/jphyloref/JPhyloRef.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
public class JPhyloRef
{
/** Version of JPhyloRef */
public static final String VERSION = "0.0.1-SNAPSHOT";
public static final String VERSION = "0.1-SNAPSHOT";

/** List of all commands included in JPhyloRef */
private List<Command> commands = Arrays.asList(
Expand Down

0 comments on commit 97e0676

Please sign in to comment.