Skip to content

Commit 661df4f

Browse files
committed
Release 0.16
1 parent 89c4b86 commit 661df4f

2 files changed

Lines changed: 19 additions & 16 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
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.16] - 2026-03-14
911
### Added
1012
- All subcommands output in JSON with `--json` key.
1113
This may be useful for scripting around _ff_ in other languages.
@@ -227,7 +229,10 @@ and this project adheres to
227229
- Subcommand `done`
228230
- Subcommand `new`
229231

230-
[Unreleased]: https://github.com/ff-notes/ff/compare/v0.13...HEAD
232+
[Unreleased]: https://github.com/ff-notes/ff/compare/v0.16...HEAD
233+
[0.16]: https://github.com/ff-notes/ff/compare/v0.15...v0.16
234+
[0.15]: https://github.com/ff-notes/ff/compare/v0.14...v0.15
235+
[0.14]: https://github.com/ff-notes/ff/compare/v0.13...v0.14
231236
[0.13]: https://github.com/ff-notes/ff/compare/v0.12...v0.13
232237
[0.12]: https://github.com/ff-notes/ff/compare/v0.11...v0.12
233238
[0.11]: https://github.com/ff-notes/ff/compare/v0.10...v0.11

ff/ff.cabal

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
1-
cabal-version: >= 1.2
2-
3-
name: ff
4-
version: 0.15
1+
cabal-version: 3.8
2+
name: ff
3+
version: 0.16
54
copyright:
6-
2018 Yuriy Syrovetskiy, Nikolay Loginov;
7-
2019-2020 Yuriy Syrovetskiy
5+
2018 Yuriy Syrovetskiy, Nikolay Loginov;
6+
2019-2020, 2026 Yuriy Syrovetskiy
87

9-
build-type: Simple
8+
build-type: Simple
109

1110
executable ff
12-
build-depends:
13-
-- global
14-
base >= 4,
11+
-- global
12+
build-depends: base >=4
1513

16-
-- project
17-
ff-core
18-
ghc-options: -rtsopts
19-
main-is: Main.hs
20-
other-modules: Paths_ff
14+
-- project
15+
build-depends: ff-core
16+
ghc-options: -rtsopts
17+
main-is: Main.hs
18+
other-modules: Paths_ff

0 commit comments

Comments
 (0)