From e226e298b636198d39c0c6d61fda90abde5a58cb Mon Sep 17 00:00:00 2001 From: Yuriy Syrovetskiy Date: Fri, 6 Jul 2018 16:59:49 +0300 Subject: [PATCH] Version 0.5 --- CHANGELOG.md | 6 +++++- ff/package.yaml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40f0e624..51a3e48d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Compatible Versioning](https://github.com/staltz/comver). ## [Unreleased] + +## [0.5] - 2018-07-06 +### Added - Subcommand `github` to synchronize issues with GitHub - Group tasks by due day - Use pipe as the metadata delimiter to simplify mouse selection @@ -73,7 +76,8 @@ and this project adheres to [Compatible Versioning](https://github.com/staltz/co - Subcommand `done` - Subcommand `new` -[Unreleased]: https://github.com/ff-notes/ff/compare/v0.3...HEAD +[Unreleased]: https://github.com/ff-notes/ff/compare/v0.5...HEAD +[0.5]: https://github.com/ff-notes/ff/compare/v0.4...v0.5 [0.4]: https://github.com/ff-notes/ff/compare/v0.3...v0.4 [0.3]: https://github.com/ff-notes/ff/compare/v0.2...v0.3 [0.2]: https://github.com/ff-notes/ff/compare/0.1...v0.2 diff --git a/ff/package.yaml b/ff/package.yaml index 5ef21a3d..73be331f 100644 --- a/ff/package.yaml +++ b/ff/package.yaml @@ -1,5 +1,5 @@ name: ff -version: '0.4' +version: '0.5' copyright: 2018 Yuriy Syrovetskiy, Nikolay Loginov