Skip to content

Commit 9166e66

Browse files
authored
Merge pull request #50 from patrickfav/feature/prepare-1-6-0
2 parents 3c293c7 + e07967f commit 9166e66

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-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: 2 additions & 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>
@@ -116,6 +116,7 @@
116116
<dependency>
117117
<groupId>junit</groupId>
118118
<artifactId>junit</artifactId>
119+
<version>4.13.2</version>
119120
<scope>test</scope>
120121
</dependency>
121122
<dependency>

0 commit comments

Comments
 (0)