Changelog for phatsort-0.6.0.0
phatsort-haskell Changelog
This project follows the Haskell package versioning policy, with
versions in A.B.C.D format. A may be incremented arbitrarily for
non-technical reasons, but semantic versioning is otherwise
followed, where A.B is the major version, C is the minor version, and D
is the patch version. Initial development uses versions 0.0.0.D, for which
every version is considered breaking.
The format of this changelog is based on Keep a Changelog, with the following conventions:
- Level-two heading
Unreleasedis used to track changes that have not been released. - Other level-two headings specify the release in
A.B.C.D (YYYY-MM-DD)format, with newer versions above older versions. - Level-three headings are used to categorize changes as follows:
- Breaking
- Non-Breaking
- Changes are listed in arbitrary order and present tense.
0.6.0.0 (2023-05-28)
Breaking
- Add support for
optparse-applicative0.18
Non-Breaking
- Bump
ansi-wl-pprintdependency version upper bound - Bump
MonadRandomdependency version upper bound - Bump
transformersdependency version upper bound - Bump
unix-compatdependency version upper bound - Adjust dependency constraints to match tested versions
0.5.0.1 (2022-03-02)
Non-Breaking
- Bump
optparse-applicativedependency version upper bound
0.5.0.0 (2021-12-10)
Breaking
- Add
seqcp - Check that each target directory is not a mount point
- Call
syncsystem call via FFI instead of running thesynccommand
Non-Breaking
- Add tests using mocking
0.4.0.0 (2021-06-25)
Breaking
- Fix
--helpwhen usingoptparse-applicative0.16
Non-Breaking
- Refactor Nix configuration
0.3.0.0 (2021-05-27)
Breaking
- Add support for
optparse-applicative0.16
Non-Breaking
- Add
.deband.rpmpackaging - Add Cabal support to
Makefile - Add Cabal tests to GitHub Actions
- Add stan static analysis
0.2.0.2 (2020-11-23)
Non-Breaking
- Use GitHub Actions instead of Travis CI
0.2.0.1 (2020-11-08)
Non-Breaking
- Rename Git default branch to
main
0.2.0.0 (2020-07-26)
Breaking
- Add syncing,
--no-syncoption
Non-Breaking
- Refactor
Makefile, addSTACK_NIX_PATHsupport - Add
test-allcommand toMakefile - Add Nix configuration
0.1.0.3 (2019-12-22)
Non-Breaking
- Switch back to using
LibOAinstead ofoptparse-applicative-supplement
0.1.0.2 (2019-12-22)
Non-Breaking
- Use
optparse-applicative-supplement
0.1.0.1 (2019-12-22)
Non-Breaking
- Add Travis CI
- Turn off threading
0.1.0.0 (2019-12-21)
Breaking
- Initial public release