Skip to content

Commit

Permalink
Ver 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lenz committed Jun 6, 2020
1 parent 29eebda commit 2ee77f4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Change Log
All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).

# 0.4.1 - 2020-06-06
### Changes
* Fixes #102 - Managed exceptions to terminate script with an error
* Fix #100: Errors should use std-err
* Fix #108: helpgen does not work after 0.4.0
* Fix #110: Display help for subcomand sets
* Fix #98 - Subcommands not required
* Fix #107: Clean-up of Kondo-reported issues
* Fixing #104 - Update tools.cli to 1.0.194

# 0.4.0 - 2020-06-05
### Changes
* Fixes #69 - Recursively nested sub-commands
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject cli-matic "0.4.0"
(defproject cli-matic "0.4.1"
:description "Compact [sub]command line parsing library, for Clojure"
:url "https://github.com/l3nz/cli-matic"
:license {:name "Eclipse Public License, v2"
Expand Down

0 comments on commit 2ee77f4

Please sign in to comment.