File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff line change 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 >
116116 <dependency >
117117 <groupId >junit</groupId >
118118 <artifactId >junit</artifactId >
119+ <version >4.13.2</version >
119120 <scope >test</scope >
120121 </dependency >
121122 <dependency >
You can’t perform that action at this time.
0 commit comments