Skip to content

Commit

Permalink
# 0.12.53 (2024-05-30 / 7b52e6d)
Browse files Browse the repository at this point in the history
## Changed

- When catching a top-level exception, print the ex-data, if any
- If the ex-data contains an `:exit` key, use that as exit code instead of 1
- Rework the help layout be more man-page-like
  • Loading branch information
plexus committed May 30, 2024
1 parent 7b52e6d commit dfa7682
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .VERSION_PREFIX
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.11
0.12
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 0.12.53 (2024-05-30 / 7b52e6d)

## Changed

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ Command line parser with good subcommand and help handling
To use the latest release, add the following to your `deps.edn` ([Clojure CLI](https://clojure.org/guides/deps_and_cli))

```
com.lambdaisland/cli {:mvn/version "0.11.48"}
com.lambdaisland/cli {:mvn/version "0.12.53"}
```

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

```
[com.lambdaisland/cli "0.11.48"]
[com.lambdaisland/cli "0.12.53"]
```
<!-- /installation -->

Expand Down

0 comments on commit dfa7682

Please sign in to comment.