diff options
author | Juan J. Martinez <jjm@usebox.net> | 2022-07-26 23:16:28 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-07-26 23:22:43 +0100 |
commit | 355b22a3f455c1dd8b1a6d164408a9c3c6f3c968 (patch) | |
tree | 51313ba601f32ceb521016a39676768bfa2c6c0f | |
parent | 6097e2fcead490610e6bc78bd1af54700bd04466 (diff) | |
download | tomato-hs-355b22a3f455c1dd8b1a6d164408a9c3c6f3c968.tar.gz tomato-hs-355b22a3f455c1dd8b1a6d164408a9c3c6f3c968.zip |
Release 0.1.10.1.1
-rw-r--r-- | CHANGELOG.md | 4 | ||||
-rw-r--r-- | tomato.cabal | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 81cec39..25ecdb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Revision history for tomato +## 0.1.1 -- 2022-07-26 + +* Exit after displaying the version using `-v` option. + ## 0.1.0 -- 2022-07-26 * First version. Released on an unsuspecting world. diff --git a/tomato.cabal b/tomato.cabal index 46d3ba3..0c3e83e 100644 --- a/tomato.cabal +++ b/tomato.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: tomato -version: 0.1.0 +version: 0.1.1 synopsis: Yet another pomodoro tool homepage: https://git.usebox.net/tomato-hs/about/ |