Skip to content

Commit

Permalink
v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lenz committed Jun 7, 2020
1 parent 64ee0e0 commit 55d0cc3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@
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.2 - xxxx
## 0.4.2 - 2020-06-07
### Changes
* Fix #94: Support multi-line for option :as
* Fix #101 - Add examples configuration
* Fix #105 - Spec on options always checked even if option missing
* Fixes #111 - Planck too writes on STDERR.

## 0.4.1 - 2020-06-06
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.1"
(defproject cli-matic "0.4.2"
: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 55d0cc3

Please sign in to comment.