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

Commit 29fe097

Browse files
committed
Prepare for release 2.6.0.
1 parent 01b59bb commit 29fe097

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

4+
2.6.0
5+
-----
6+
7+
_2023-12-18_
8+
9+
- **New**: Add Buildkite Pipeline bindings under the `slack.cli.buildkite` package. Note this package is subject to API changes as we iterate on it. This is for use with generating dynamic buildkite pipelines.
10+
- **Enhancement**: Introduce more modern `Path` walking APIs with `FileVisitorBuilder.skipBuildAndCacheDirs()`, `Path.walkEachFile()`, `Sequence<Path>.filterByExtension(extension: String)`, and `Sequence<Path>.filterByName(name: String)` extensions.
11+
- Update xmlutil to `0.86.3`.
12+
- Update okio to `3.7.0`.
13+
414
2.5.4
515
-----
616

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ POM_NAME=Kotlin CLI Util
1313
POM_ARTIFACT_ID=kotlin-cli-util
1414
POM_PACKAGING=jar
1515
GROUP=com.slack.cli
16-
VERSION_NAME=2.6.0-SNAPSHOT
16+
VERSION_NAME=2.6.0
1717
POM_DESCRIPTION=Kotlin CLI utilities, mostly intended for use with Clikt.
1818
POM_URL=https://github.com/slackhq/kotlin-cli-util/
1919
POM_SCM_URL=https://github.com/slackhq/kotlin-cli-util/

0 commit comments

Comments
 (0)