From 4e911df7e128d8424aa9c6631af0e606c4007fd2 Mon Sep 17 00:00:00 2001 From: Thomas Smith Date: Wed, 8 Jul 2020 00:36:20 -0400 Subject: [PATCH] Update version number and changelog for v0.2.0 --- CHANGELOG.md | 4 ++++ json-quick.cabal | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1989dd9..0225424 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,3 +3,7 @@ ## 0.1.0 – Released 2020-07-03 - Basic support for prettifying - Simple message printed for incorrect usage + +## 0.2.0 - Released 2020-07-08 + - Full support for command-line options + - "Help" command prints detailed information about correct usage diff --git a/json-quick.cabal b/json-quick.cabal index 0ee0a2d..416f4d2 100644 --- a/json-quick.cabal +++ b/json-quick.cabal @@ -1,7 +1,7 @@ cabal-version: 2.4 name: json-quick -version: 0.1.0.0 +version: 0.2.0.0 synopsis: A fast command-line utility for dealing with JSON homepage: https://github.com/thomasebsmith/json-quick bug-reports: https://github.com/thomasebsmith/json-quick/issues