From d4392fda1e0e9e030760182f7bf842cf9fd83a28 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Sun, 31 Jul 2022 22:07:53 +0100 Subject: Release 0.1.2 --- CHANGELOG.md | 4 ++++ app/Main.hs | 2 +- tomato.cabal | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25ecdb7..7568d24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Revision history for tomato +## 0.1.2 -- 2022-07-31 + +* Show the command list on help. + ## 0.1.1 -- 2022-07-26 * Exit after displaying the version using `-v` option. diff --git a/app/Main.hs b/app/Main.hs index 66cc811..4726949 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -12,7 +12,7 @@ import System.Exit import System.IO import System.IO.Error -version = "0.1.1" +version = "0.1.2" tomatoState = "tomato.st" diff --git a/tomato.cabal b/tomato.cabal index a00ea09..506848b 100644 --- a/tomato.cabal +++ b/tomato.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: tomato -version: 0.1.1 +version: 0.1.2 synopsis: Yet another pomodoro tool homepage: https://git.usebox.net/tomato-hs/about/ -- cgit v1.2.3