Skip to content

Commit d6e4e8e

Browse files
committed
Bump to version 1.6.0 and update changelog
1 parent 3c293c7 commit d6e4e8e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Releases
22

3+
## v1.6.0
4+
5+
* migrate to github actions, codecov and maven central #49
6+
* add `indexOf` (thx @hlyakhovich) #48
7+
* add `toShortArray` (thx @hlyakhovich) #44
8+
* add `from()` constructor from `short` vararg or array (thx @hlyakhovich) #45
9+
* add an automatic module name to support the JPMS (thx @airsquared) #47
10+
* fix warning of junit 4.13 CVE-2020-15250
11+
312
## v1.5.0
413

514
* fix `leftShift()` and `rightShift()` to respect byte order (thx @gfpeltier)

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</parent>
1212

1313
<artifactId>bytes</artifactId>
14-
<version>1.5.0</version>
14+
<version>1.6.0</version>
1515
<packaging>bundle</packaging>
1616

1717
<name>Bytes Utility Library</name>

0 commit comments

Comments
 (0)