Skip to content

Commit a806523

Browse files
committed
Prepare release [skip ci]
1 parent a42a43a commit a806523

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Changes by Version
2+
3+
## v0.8.0 (2019-07-21)
4+
* Add `ThrowingBiFunction`.
5+
* Add `ThrowingBiPredicate`.
6+
* Add `ThrowingRunnable`.
7+
* Add `ThrowingSupplier`.
8+
* Add `Strings#isLowerCase(CharSequence)`.
9+
* Add `Strings#isUpperCase(CharSequence)`.
10+
* Fix edge-cases in `Identifiers`.
11+
* Upgrade `org.libj:logging:0.4.1` to `0.4.2`.
12+
* Upgrade `org.libj:test:0.6.9` to `0.7.0`.
13+
14+
## v0.7.9 (2019-05-13)
15+
* Initial public release.

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
<parent>
2323
<groupId>org.libj</groupId>
2424
<artifactId>libj</artifactId>
25-
<version>0.9.6-SNAPSHOT</version>
25+
<version>0.9.6</version>
2626
</parent>
2727
<artifactId>util</artifactId>
28-
<version>0.8.0-SNAPSHOT</version>
28+
<version>0.8.0</version>
2929
<name>LibJ Util</name>
3030
<description>
3131
Supplementary utilities for classes that belong to java.util, or are considered essential as to justify existence in java.util.
@@ -39,13 +39,13 @@
3939
<dependency>
4040
<groupId>org.libj</groupId>
4141
<artifactId>test</artifactId>
42-
<version>0.7.0-SNAPSHOT</version>
42+
<version>0.7.0</version>
4343
<scope>test</scope>
4444
</dependency>
4545
<dependency>
4646
<groupId>org.libj</groupId>
4747
<artifactId>logging</artifactId>
48-
<version>0.4.2-SNAPSHOT</version>
48+
<version>0.4.2</version>
4949
<scope>test</scope>
5050
</dependency>
5151
</dependencies>

0 commit comments

Comments
 (0)