We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c293c7 commit d6e4e8eCopy full SHA for d6e4e8e
2 files changed
CHANGELOG
@@ -1,5 +1,14 @@
1
# Releases
2
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
12
## v1.5.0
13
14
* fix `leftShift()` and `rightShift()` to respect byte order (thx @gfpeltier)
pom.xml
@@ -11,7 +11,7 @@
</parent>
<artifactId>bytes</artifactId>
- <version>1.5.0</version>
+ <version>1.6.0</version>
15
<packaging>bundle</packaging>
16
17
<name>Bytes Utility Library</name>
0 commit comments