File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- 1.25
1+ 1.26
Original file line number Diff line number Diff line change 1- # Unreleased
1+ # 1.26.116 (2025-10-20 / 1d9739a)
22
33## Fixed
44
Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ Command line parser with good subcommand and help handling
1414To 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.25.107 " }
17+ com.lambdaisland/cli {:mvn/version " 1.26.116 " }
1818```
1919
2020or add the following to your ` project.clj ` ([ Leiningen] ( https://leiningen.org/ ) )
2121
2222``` clj
23- [com.lambdaisland/cli " 1.25.107 " ]
23+ [com.lambdaisland/cli " 1.26.116 " ]
2424```
2525<!-- /installation -->
2626
@@ -58,7 +58,7 @@ $ clojure --version
5858Start by creating a ` bb.edn ` file (or ` deps.edn ` when using ` clojure ` ):
5959
6060``` clj
61- {:deps {com.lambdaisland/cli {:mvn/version " 1.25.107 " }}}
61+ {:deps {com.lambdaisland/cli {:mvn/version " 1.26.116 " }}}
6262```
6363
6464Create a file (e.g., ` cli-test ` ):
You can’t perform that action at this time.
0 commit comments