Skip to content

Commit 3a8b8ad

Browse files
committed
# 1.29.127 (2026-04-10 / c8d5d75)
## Changed - When there are a large number of flags/subcommands, split the synopsis across multiple lines, breaking at 120 characters
1 parent c8d5d75 commit 3a8b8ad

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.VERSION_PREFIX

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.28
1+
1.29

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# 1.29.127 (2026-04-10 / c8d5d75)
22

33
## Changed
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
```clj
17-
com.lambdaisland/cli {:mvn/version "1.28.124"}
17+
com.lambdaisland/cli {:mvn/version "1.29.127"}
1818
```
1919

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

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

@@ -58,7 +58,7 @@ $ clojure --version
5858
Start by creating a `bb.edn` file (or `deps.edn` when using `clojure`):
5959

6060
```clj
61-
{:deps {com.lambdaisland/cli {:mvn/version "1.28.124"}}}
61+
{:deps {com.lambdaisland/cli {:mvn/version "1.29.127"}}}
6262
```
6363

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

0 commit comments

Comments
 (0)