Skip to content

Commit

Permalink
Prepare for release 2.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Aug 9, 2023
1 parent b8defeb commit 26f7022
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changelog
=========

2.0.0
-----

_2023-08-09_

- Update to Clikt 4.1.0. This incurs some breaking API changes, this updates a major version to match.
- Rename "ProcessedExec*" APIs to "ShellSentry*", as this is the name we've decided to give it.
- Update Kotlin to `1.9.0`.
- Update Okio to `3.5.0`.

1.2.3
-----

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.0.0-SNAPSHOT
VERSION_NAME=2.0.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 26f7022

Please sign in to comment.