We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e907a0f commit 59fc900Copy full SHA for 59fc900
README.md
@@ -4,6 +4,11 @@ An implementation of [base65536](https://github.com/qntm/base65536) encoding in
4
5
## Release Notes
6
7
+### v0.2.0
8
+
9
+- Update some dependencies
10
+- Drop Java 16 and older
11
12
### v0.1.0
13
14
- First release
build.gradle.kts
@@ -9,7 +9,7 @@ plugins {
}
group = "net.eewbot"
-version = "0.1.0"
+version = "0.2.0"
description = "An implementation of base65536 encoding in Java with Base64 like API."
15
repositories {
0 commit comments