Skip to content

3.1.0

Compare
Choose a tag to compare
@craigfe craigfe released this 25 Feb 14:15
· 1009 commits to main since this release

CHANGES:

Fixed

  • irmin-pack

    • Drop unnecessary runtime dependency on ppx_irmin. (#1782, @hhugo)
    • Split the unix part of irmin-pack into irmin-pack.unix (#1783, @hhugo)
  • irmin-unix

    • Fix conflicting command line arguments for push, pull, fetch and
      clone (#1776, @zshipko)
    • Fix issues with Sync functions by provided a better default Mimic.ctx. A
      side-effect of this update is that the remote function now returns an Lwt
      promise. (#1778, @zshipko)

Added

  • libirmin
    • Create libirmin package providing a C interface to the irmin API
      (#1713, @zshipko)

Changed