We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f6caed commit 9644a8dCopy full SHA for 9644a8d
CHANGELOG
@@ -1,5 +1,12 @@
1
# Releases
2
3
+## v1.6.1
4
+
5
+* now build by JDK 11 and removed errorprone compiler #52
6
+* introduce sonarqube and remove codecov
7
+* improve javadoc by fixing many typos #53
8
+* some small bugfixes
9
10
## v1.6.0
11
12
* migrate to github actions, codecov and maven central #49
pom.xml
@@ -11,7 +11,7 @@
</parent>
13
<artifactId>bytes</artifactId>
14
- <version>1.6.0</version>
+ <version>1.6.1</version>
15
<packaging>bundle</packaging>
16
17
<name>Bytes Utility Library</name>
0 commit comments