We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09cd1f9 commit 33df609Copy full SHA for 33df609
3 files changed
.VERSION_PREFIX
@@ -1 +1 @@
1
-0.12
+0.13
CHANGELOG.md
@@ -1,4 +1,4 @@
-# Unreleased
+# 0.13.58 (2024-06-07 / 09cd1f9)
2
3
## Fixed
4
README.md
@@ -14,13 +14,13 @@ Command line parser with good subcommand and help handling
14
To use the latest release, add the following to your `deps.edn` ([Clojure CLI](https://clojure.org/guides/deps_and_cli))
15
16
```
17
-com.lambdaisland/cli {:mvn/version "0.12.53"}
+com.lambdaisland/cli {:mvn/version "0.13.58"}
18
19
20
or add the following to your `project.clj` ([Leiningen](https://leiningen.org/))
21
22
23
-[com.lambdaisland/cli "0.12.53"]
+[com.lambdaisland/cli "0.13.58"]
24
25
<!-- /installation -->
26
0 commit comments