Skip to content

Commit 8981553

Browse files
committed
Version 0.9
1 parent 2be1aac commit 8981553

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to
66
[Compatible Versioning](https://github.com/staltz/comver).
77

88
## [Unreleased]
9+
10+
## [0.9] - 2019-01-09
911
### Added
1012
- CLI: allow multiple notes in subcommands `delete`, `done`, `edit`, `postpone`,
1113
`show`, `unarchive`.
@@ -129,8 +131,9 @@ and this project adheres to
129131
- Subcommand `done`
130132
- Subcommand `new`
131133

132-
[Unreleased]: https://github.com/ff-notes/ff/compare/v0.8...HEAD
133-
[0.7]: https://github.com/ff-notes/ff/compare/v0.7...v0.8
134+
[Unreleased]: https://github.com/ff-notes/ff/compare/v0.9...HEAD
135+
[0.9]: https://github.com/ff-notes/ff/compare/v0.8...v0.9
136+
[0.8]: https://github.com/ff-notes/ff/compare/v0.7...v0.8
134137
[0.7]: https://github.com/ff-notes/ff/compare/v0.6...v0.7
135138
[0.6]: https://github.com/ff-notes/ff/compare/v0.5...v0.6
136139
[0.5]: https://github.com/ff-notes/ff/compare/v0.4...v0.5

ff-qt/ff-qt.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: ff-qt
2-
version: 0.8
2+
version: 0.9
33
build-type: Simple
44
cabal-version: >= 1.10
55

ff/ff.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: >= 1.2
22

33
name: ff
4-
version: 0.8
4+
version: 0.9
55
copyright:
66
2018 Yuriy Syrovetskiy, Nikolay Loginov;
77
2019 Yuriy Syrovetskiy

0 commit comments

Comments
 (0)