Skip to content

Commit

Permalink
Prep for 0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
hlship committed Jan 24, 2025
1 parent ea146ed commit 25a18e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# 0.15 -- UNRELEASED
# 0.15 -- 24 Jan 2025

Added optional namespace `net.lewisship.cli-tools.completions`, which is considered _experimental_.
The added `completions` command generates zsh command completions for the tool.

Added new functions to `net.lewisship.cli-tools`:
- `abort` is used to terminate a tool with a status code and provide an error message to standard error

[Closed Issues](https://github.com/hlship/cli-tools/milestone/7?closed=1)

# 0.14 -- 27 Nov 2024

The `help` builtin command now includes an optional search term argument; if provided, only commands whose name
Expand Down
2 changes: 1 addition & 1 deletion build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[net.lewisship.build :as b]))

(def lib 'io.github.hlship/cli-tools)
(def version "0.14")
(def version "0.15")

(def jar-params {:project-name lib
:version version})
Expand Down

0 comments on commit 25a18e4

Please sign in to comment.