Skip to content

Commit

Permalink
Prepare for release 1.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Jun 23, 2023
1 parent c371e73 commit 89c7335
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

1.2.1
-----

_2023-06-23_

- Fix `ProcessedExecCli` not reading stderr correctly.
- Add more logging controls to processed exec, namely via `--debug` and `--verbose`.

1.2.0
-----

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ POM_NAME=Kotlin CLI Util
POM_ARTIFACT_ID=kotlin-cli-util
POM_PACKAGING=jar
GROUP=com.slack.cli
VERSION_NAME=1.3.0-SNAPSHOT
VERSION_NAME=1.2.1
POM_DESCRIPTION=Kotlin CLI utilities, mostly intended for use with Clikt.
POM_URL=https://github.com/slackhq/kotlin-cli-util/
POM_SCM_URL=https://github.com/slackhq/kotlin-cli-util/
Expand Down

0 comments on commit 89c7335

Please sign in to comment.