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

Commit

Permalink
Prepare for release 2.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Oct 30, 2023
1 parent 66037e5 commit aad9c66
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Changelog
=========

2.3.0
-----

_2023-10-30_

- Add new `LintBaselineMergerCli` for merging lint baseline files into a sarif output file.
- Improve logging in `ResultProcessor` in ShellSentry.
- Update OkHttp to `4.12.0`.
- Update Bugsnag to `3.7.1`.
- Update Clikt to `4.2.1`.
- Update Okio to `3.6.0`.
- Update MoshiX to `0.24.3`.

2.2.1
-----

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.0-SNAPSHOT
VERSION_NAME=2.3.0
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 aad9c66

Please sign in to comment.