We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae9497d commit aac86d2Copy full SHA for aac86d2
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# Changelog
2
3
+## NEXT
4
+
5
## 0.3.0
6
* Add methods in `IpAddressAndPrefix` interface for parsing `ByteArray` representing address and subnet mask in X509 `IpAddressName`
7
* `fromX509Octets`
gradle.properties
@@ -4,7 +4,7 @@ kotlin.mpp.enableCInteropCommonization=true
kotlin.mpp.stability.nowarn=true
kotlin.native.ignoreDisabledTargets=true
-artifactVersion = 0.3.0
+artifactVersion = 0.3.1-SNAPSHOT
8
org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
9
android.experimental.lint.version=8.9.3
10
android.lint.useK2Uast=true
0 commit comments