Skip to content
This repository was archived by the owner on Oct 14, 2024. It is now read-only.

Commit 89c7335

Browse files
committed
Prepare for release 1.2.1.
1 parent c371e73 commit 89c7335

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changelog
22
=========
33

4+
1.2.1
5+
-----
6+
7+
_2023-06-23_
8+
9+
- Fix `ProcessedExecCli` not reading stderr correctly.
10+
- Add more logging controls to processed exec, namely via `--debug` and `--verbose`.
11+
412
1.2.0
513
-----
614

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ POM_NAME=Kotlin CLI Util
1212
POM_ARTIFACT_ID=kotlin-cli-util
1313
POM_PACKAGING=jar
1414
GROUP=com.slack.cli
15-
VERSION_NAME=1.3.0-SNAPSHOT
15+
VERSION_NAME=1.2.1
1616
POM_DESCRIPTION=Kotlin CLI utilities, mostly intended for use with Clikt.
1717
POM_URL=https://github.com/slackhq/kotlin-cli-util/
1818
POM_SCM_URL=https://github.com/slackhq/kotlin-cli-util/

0 commit comments

Comments
 (0)