Skip to content

Commit

Permalink
Prepare release [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
safris committed Jul 21, 2019
1 parent c3bda3f commit 54e2fb9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changes by Version

## v0.6.5 (2019-07-21)
* Upgrade `org.libj:test:0.6.9` to `0.7.0`.
* Implement methods in `FastMath`: `digit()`, `isDigit()`, `parseInt()`, and `parseLong()`.

## v0.6.4 (2019-05-13)
* Initial public release.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
<parent>
<groupId>org.libj</groupId>
<artifactId>libj</artifactId>
<version>0.9.6-SNAPSHOT</version>
<version>0.9.6</version>
</parent>
<artifactId>math</artifactId>
<version>0.6.5-SNAPSHOT</version>
<version>0.6.5</version>
<name>LibJ Math</name>
<description>
Supplementary extensions to the java.math package.
Expand All @@ -39,7 +39,7 @@
<dependency>
<groupId>org.libj</groupId>
<artifactId>test</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 54e2fb9

Please sign in to comment.