Skip to content

Commit fef628c

Browse files
committed
# 0.22.87 (2025-02-09 / afd4eb0)
## Added - `:middleware` can now be a single function, not only a sequence of functions ## Changed - [BREAKING] When setting a `:handler` for a boolean flag (one that looks like `--[no-]...`), the handler now receives the boolean value as a second argument - [BREAKING] Invoke flag handlers/middleware in the order they are specified, so that later flags can override earlier flags
1 parent afd4eb0 commit fef628c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.VERSION_PREFIX

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.21
1+
0.22

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# 0.22.87 (2025-02-09 / afd4eb0)
22

33
## Added
44

README.md

Lines changed: 2 additions & 2 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.21.84"}
17+
com.lambdaisland/cli {:mvn/version "0.22.87"}
1818
```
1919

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

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

0 commit comments

Comments
 (0)