Releases: gildor478/ocaml-fileutils
Releases · gildor478/ocaml-fileutils
0.6.6
CHANGES:
Fixed
- Remove useless dependencies (stdlib-shims and seq) which are shipped with
OCaml 4.14+.
0.6.5
CHANGES:
Fixed
cmp
returns None when comparing two identical files and add some tests for
that. (thanks to jamesjer).
- require OCaml > 4.14, which is now the default in Debian stable.
0.6.4
CHANGES:
Fixed
- Fix documentation for FilePath.is_updir and FilePath.is_subdir. Thanks to
dmbaturin for the contribution.
- Support for OCaml 5 (thanks to Leonidas-from-XIV and kit-ty-kate)
v0.6.2
CHANGES:
Fixed
- Improve documentation:
- hide modules for the implementation.
- clarify usage of chop_extension/add_extension.
- Move fileutils and fileutils.str in their own directories.
v0.6.1
CHANGES:
Fixed
- Migrate the build system to dune (thanks to zapashcanon).
- Migrate CHANGELOG to CHANGES for dune-release.
Release v0.6.0
Prepare release 0.6.0, update CHANGELOG.md.