Skip to content

Commit 55e9b94

Browse files
committed
# 1.25.107 (2025-10-16 / 678a49c)
## Added - Experimentally add zsh and bash completions - Support both `:command` and `:commands` on the same level
1 parent 678a49c commit 55e9b94

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.VERSION_PREFIX

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.24
1+
1.25

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# 1.25.107 (2025-10-16 / 678a49c)
22

33
## Added
44

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ Command line parser with good subcommand and help handling
1414
To use the latest release, add the following to your `deps.edn` ([Clojure CLI](https://clojure.org/guides/deps_and_cli))
1515

1616
```
17-
com.lambdaisland/cli {:mvn/version "0.24.97"}
17+
com.lambdaisland/cli {:mvn/version "1.25.107"}
1818
```
1919

2020
or add the following to your `project.clj` ([Leiningen](https://leiningen.org/))
2121

2222
```
23-
[com.lambdaisland/cli "0.24.97"]
23+
[com.lambdaisland/cli "1.25.107"]
2424
```
2525
<!-- /installation -->
2626

@@ -48,7 +48,7 @@ Here, we will explain how to use `com.lambdaisland/cli` to create a simple scrip
4848
Init the `bb.edn` with
4949

5050
```
51-
{:deps {com.lambdaisland/cli {:mvn/version "0.24.97"}}}
51+
{:deps {com.lambdaisland/cli {:mvn/version "1.25.107"}}}
5252
```
5353

5454
Create a file (e.g., `cli-test.bb`):

0 commit comments

Comments
 (0)