From 898155376cce3beea9a6d1bf41c9beb0c852d171 Mon Sep 17 00:00:00 2001 From: Yuriy Syrovetskiy Date: Wed, 9 Jan 2019 15:35:15 +0300 Subject: [PATCH] Version 0.9 --- CHANGELOG.md | 7 +++++-- ff-qt/ff-qt.cabal | 2 +- ff/ff.cabal | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41e8709e..6c630efe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Compatible Versioning](https://github.com/staltz/comver). ## [Unreleased] + +## [0.9] - 2019-01-09 ### Added - CLI: allow multiple notes in subcommands `delete`, `done`, `edit`, `postpone`, `show`, `unarchive`. @@ -129,8 +131,9 @@ and this project adheres to - Subcommand `done` - Subcommand `new` -[Unreleased]: https://github.com/ff-notes/ff/compare/v0.8...HEAD -[0.7]: https://github.com/ff-notes/ff/compare/v0.7...v0.8 +[Unreleased]: https://github.com/ff-notes/ff/compare/v0.9...HEAD +[0.9]: https://github.com/ff-notes/ff/compare/v0.8...v0.9 +[0.8]: https://github.com/ff-notes/ff/compare/v0.7...v0.8 [0.7]: https://github.com/ff-notes/ff/compare/v0.6...v0.7 [0.6]: https://github.com/ff-notes/ff/compare/v0.5...v0.6 [0.5]: https://github.com/ff-notes/ff/compare/v0.4...v0.5 diff --git a/ff-qt/ff-qt.cabal b/ff-qt/ff-qt.cabal index e65a882f..36ddd008 100644 --- a/ff-qt/ff-qt.cabal +++ b/ff-qt/ff-qt.cabal @@ -1,5 +1,5 @@ name: ff-qt -version: 0.8 +version: 0.9 build-type: Simple cabal-version: >= 1.10 diff --git a/ff/ff.cabal b/ff/ff.cabal index fbd3e191..75df8b19 100644 --- a/ff/ff.cabal +++ b/ff/ff.cabal @@ -1,7 +1,7 @@ cabal-version: >= 1.2 name: ff -version: 0.8 +version: 0.9 copyright: 2018 Yuriy Syrovetskiy, Nikolay Loginov; 2019 Yuriy Syrovetskiy