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 3.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Sep 21, 2024
1 parent 6a15120 commit 07b597e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
Changelog
=========

3.0.0
-----

_2024-09-21_

- **New**: Add `GradleTestFixturesMigratorCli` via `migrate-gradle-test-fixtures` command.
- **New**: Add `multipleSet()` clikt extension.
- **Breaking change**: Update to Clikt `5.0.0`.
- Update to Kotlin `2.0.20`.
- Update to Bugsnag `3.7.1`.
- Update to Okio `3.9.1`.
- Update to kotlinx-serialization `1.7.3`.
- Update to xmlutil `0.90.1`.
- Update to MoshiX `0.28.0`.
- Update to slf4j-nop `2.0.16`.

2.6.3
-----

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ POM_NAME=Kotlin CLI Util
POM_ARTIFACT_ID=kotlin-cli-util
POM_PACKAGING=jar
GROUP=com.slack.cli
VERSION_NAME=2.7.0-SNAPSHOT
VERSION_NAME=3.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 07b597e

Please sign in to comment.