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

Commit 186166a

Browse files
committed
Prepare for release 2.5.3.
1 parent 119f8d2 commit 186166a

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

4+
2.5.3
5+
-----
6+
7+
_2023-12-01_
8+
9+
- Update kotlinx-serialization to `1.6.2`.
10+
- Add files arg + use path APIs in sarif merging. This allows specifying a variable number of extra files args for manual merging of files.
11+
- Introduce `CommandFactory` to aggregate commands. You can invoke the `runCommand()` function with keys to known CLIs (check their sources for keys or run with no args to print the help details). This makes it easier to invoke any CLI from a single entrypoint.
12+
- Add `messageTemplate` and `level` options to lint baseline merger.
13+
- List issues individually in lint baseline merges + preserve messages.
14+
415
2.5.2
516
-----
617

gradle.properties

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

0 commit comments

Comments
 (0)