Skip to content

Commit 29b1e89

Browse files
Elena LepilkinaElena Lepilkina
Elena Lepilkina
authored and
Elena Lepilkina
committed
Updated library version
1 parent dbf5c99 commit 29b1e89

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.3.1 ##
2+
3+
* Fix to get full help information for subcommands ([GH-44](https://github.com/Kotlin/kotlinx-cli/pull/44))
4+
15
## 0.3 ##
26
Library version compatible with Kotlin 1.4.0
37

core/commonMain/src/ArgParser.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ open class ArgParser(
244244
if (prefixStyle == OptionPrefixStyle.GNU && shortName != null)
245245
require(shortName.length == 1) {
246246
"""
247-
GNU standart for options allow to use short form whuch consists of one character.
247+
GNU standart for options allow to use short form which consists of one character.
248248
For more information, please, see https://www.gnu.org/software/libc/manual/html_node/Argument-Syntax.html
249249
""".trimIndent()
250250
}

gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
group = org.jetbrains.kotlinx
2-
version = 0.3.0
2+
version = 0.3.1
33
versionSuffix=SNAPSHOT
44
kotlin.code.style=official
55

66
infraVersion = 0.1.0-dev-51
7-
kotlinVersion = 1.4.0
7+
kotlinVersion = 1.4.20
88

99
kotlin.incremental.multiplatform=true
1010

0 commit comments

Comments
 (0)