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

Commit 07b597e

Browse files
committed
Prepare for release 3.0.0.
1 parent 6a15120 commit 07b597e

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

4+
3.0.0
5+
-----
6+
7+
_2024-09-21_
8+
9+
- **New**: Add `GradleTestFixturesMigratorCli` via `migrate-gradle-test-fixtures` command.
10+
- **New**: Add `multipleSet()` clikt extension.
11+
- **Breaking change**: Update to Clikt `5.0.0`.
12+
- Update to Kotlin `2.0.20`.
13+
- Update to Bugsnag `3.7.1`.
14+
- Update to Okio `3.9.1`.
15+
- Update to kotlinx-serialization `1.7.3`.
16+
- Update to xmlutil `0.90.1`.
17+
- Update to MoshiX `0.28.0`.
18+
- Update to slf4j-nop `2.0.16`.
19+
420
2.6.3
521
-----
622

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ POM_NAME=Kotlin CLI Util
2222
POM_ARTIFACT_ID=kotlin-cli-util
2323
POM_PACKAGING=jar
2424
GROUP=com.slack.cli
25-
VERSION_NAME=2.7.0-SNAPSHOT
25+
VERSION_NAME=3.0.0
2626
POM_DESCRIPTION=Kotlin CLI utilities, mostly intended for use with Clikt.
2727
POM_URL=https://github.com/slackhq/kotlin-cli-util/
2828
POM_SCM_URL=https://github.com/slackhq/kotlin-cli-util/

0 commit comments

Comments
 (0)