Skip to content

Releases: gildor478/ocaml-fileutils

0.6.6

28 Dec 21:26
Compare
Choose a tag to compare

CHANGES:

Fixed

  • Remove useless dependencies (stdlib-shims and seq) which are shipped with
    OCaml 4.14+.

0.6.5

27 Dec 10:41
Compare
Choose a tag to compare

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

28 Oct 20:23
Compare
Choose a tag to compare

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.3

11 Jul 21:31
Compare
Choose a tag to compare

CHANGES:

v0.6.2

26 Mar 22:28
Compare
Choose a tag to compare

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

14 Sep 00:09
Compare
Choose a tag to compare

CHANGES:

Fixed

  • Migrate the build system to dune (thanks to zapashcanon).
  • Migrate CHANGELOG to CHANGES for dune-release.

Release v0.6.0

25 Aug 21:55
Compare
Choose a tag to compare
Prepare release 0.6.0, update CHANGELOG.md.