Skip to content

Releases: mirage/ocaml-git

mimic-v0.0.1

08 Jan 15:54
Compare
Choose a tag to compare

CHANGES:

  • First release of mimic

2.1.3

30 Jun 10:28
Compare
Choose a tag to compare

CHANGES:

2.1.2

15 Nov 10:16
Compare
Choose a tag to compare

CHANGES:

2.1.1

04 Oct 15:56
Compare
Choose a tag to compare

CHANGES:

  • Replace Pervasives by Stdlib and depends on stdlib-shims virtual package (@dinosaure, #372)
  • Add pp_fetch_one and pp_update_and_create (@dinosaure, @pascutto, @samoht, #370)
  • git-mirage depends on conduit-mirage instead mirage-conduit (@dinosaure, #371)
  • Drop support of OCaml < 4.07.0
  • Delete mirage-fs-unix useless dependency
  • Constraint to use only decompress.0.9.0

2.1.0

12 Jul 13:43
e0113e0
Compare
Choose a tag to compare

CHANGES:

  • Remove sexplib dependency (@samoht, #349)
  • Fix smart protocol to accept empty response from ls-remote (bug found by @hannesm, fixed by @dinosaure, #348)
  • Add io-page-unix as dependency to tests git-mirage (@dinosaure, #345)
  • Remove deprecated Cstruct.add_len (replaced by ke) (@dinosaure, #345)
  • Use Uri.user_info to be able to be authentified by a service like GitHub (@linse, review by @dinosaure, #341, #343)
  • avoid clash between digestif.c and digestif.ocaml implementation (same for checkseum)
  • remove implementation dependencies on git-unix and git-mirage (bug found by @hannesm and @linse, fixed by @dinosaure, #339)

    This update should be fixed by dune's variants and >= digestif.0.7.2 and >= checkseum.0.1.0

  • breaking-change add etmp as already-allocated buffer to encode Git object (@dinosaure, #336)
  • add ke.0.3 as new dependency
  • consumed inputs for every entries in a tree (bug found by @zspicko, fixed by @dinosaure, #334)

2.0.0

17 Oct 13:43
Compare
Choose a tag to compare

CHANGES:

  • New world, new version

1.11.5

13 Apr 18:37
Compare
Choose a tag to compare

1.11.5 (2018-04-13)

1.11.4

03 Jan 12:56
2e004c1
Compare
Choose a tag to compare

1.11.4 (2018-01-03)

1.11.3

20 Nov 12:17
f871d04
Compare
Choose a tag to compare

1.11.3 (2017-11-20)

1.11.2

02 Aug 12:52
Compare
Choose a tag to compare

1.11.2 (2017-08-02)

  • Update to conduit.1.0 and cohttp.0.99 (#226, @samoht)