diff --git a/CHANGELOG.md b/CHANGELOG.md index 55c2b1b..790cf9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ Changelog ========= +2.5.3 +----- + +_2023-12-01_ + +- Update kotlinx-serialization to `1.6.2`. +- Add files arg + use path APIs in sarif merging. This allows specifying a variable number of extra files args for manual merging of files. +- 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. +- Add `messageTemplate` and `level` options to lint baseline merger. +- List issues individually in lint baseline merges + preserve messages. + 2.5.2 ----- diff --git a/gradle.properties b/gradle.properties index bdc5044..629f815 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,7 +13,7 @@ POM_NAME=Kotlin CLI Util POM_ARTIFACT_ID=kotlin-cli-util POM_PACKAGING=jar GROUP=com.slack.cli -VERSION_NAME=2.6.0-SNAPSHOT +VERSION_NAME=2.5.3 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/