Skip to content

Commit 04e81fa

Browse files
Elena LepilkinaLepilkinaElena
Elena Lepilkina
authored and
LepilkinaElena
committed
Release notes for 0.3.4
1 parent 96b4aca commit 04e81fa

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.3.4 ##
2+
3+
* Support MacOSArm64 target ([GH-73](https://github.com/Kotlin/kotlinx-cli/pull/73))
4+
* Support error handling in custom ArgTypes ([GH-72](https://github.com/Kotlin/kotlinx-cli/pull/72))
5+
16
## 0.3.3 ##
27

38
* Fix to report correct exit code in case of non-parsable input ([GH-66](https://github.com/Kotlin/kotlinx-cli/pull/66))

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ kotlin {
3939
sourceSets {
4040
commonMain {
4141
dependencies {
42-
implementation("org.jetbrains.kotlinx:kotlinx-cli:0.3.3")
42+
implementation("org.jetbrains.kotlinx:kotlinx-cli:0.3.4")
4343
}
4444
}
4545
}
@@ -70,7 +70,7 @@ In Kotlin projects, add the following dependency to the `dependencies` element o
7070
<dependency>
7171
<groupId>org.jetbrains.kotlinx</groupId>
7272
<artifactId>kotlinx-cli-jvm</artifactId>
73-
<version>0.3.3</version>
73+
<version>0.3.4</version>
7474
</dependency>
7575
```
7676
## Command line entities

gradle.properties

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

0 commit comments

Comments
 (0)