Navigation Menu

Skip to content

Releases: djs55/ocaml-sha

1.15.4

23 Jan 20:51
c743398
Compare
Choose a tag to compare

CHANGES:

  • Fix build on OCaml 4.02 and fix SHA equality bug by @djs55 (#61)

1.15.3

23 Jan 16:19
d829fb6
Compare
Choose a tag to compare

CHANGES:

1.15.2

06 Feb 18:56
a3e1e7e
Compare
Choose a tag to compare

CHANGES:

1.15.1

04 Oct 12:58
Compare
Choose a tag to compare

CHANGES:

Opam CI fixes by @MisterDA (#54):

  • update to Dune 2.9 to fix lint warning;

    (lint) (failed: Warning in sha.1.15: Dubious use of 'dune subst'. 'dune subst' should always only be called with {dev} (i.e. ["dune" "subst"] {dev}) If your opam file has been autogenerated by dune, you need to upgrade your dune-project to at least (lang dune 2.7).)

  • define Bytes_val ourselves before OCaml 4.06;
  • add setup-ocaml GitHub action to catch mistakes earlier.

1.15

30 Sep 09:28
223483b
Compare
Choose a tag to compare

CHANGES:

  • Add equal function to compare digests by @MisterDA (#52)
  • Improve documentation formatting by @MisterDA (#51)
  • Add of_hex and of_bin functions to unserialise ShaX.t values by @MisterDA (#50)

v1.14

15 Mar 08:20
c86a4c7
Compare
Choose a tag to compare

CHANGES:

Update to dune2

29 Mar 13:56
12073da
Compare
Choose a tag to compare
  • Update to dune2, fix Windows compilation, make C fns static @nojb (#42)
  • Fix opam lint @djs55 (#44)
  • Support platforms without O_CLOEXEC @dougmenchen (#41 then #45)

Fix possible GC crash

02 Jan 21:24
cd6d9c7
Compare
Choose a tag to compare

Relicense to ISC

02 Jan 13:32
676cf81
Compare
Choose a tag to compare
  • Relicense to ISC (#22)
  • Fix Windows support and test with appveyor (#28)
  • Fix FreeBSD support (#12)

Fix build with OCaml 4.06 and -safe-string

14 Nov 12:05
4bfdc5f
Compare
Choose a tag to compare
Merge pull request #27 from djs55/release.1.10

Release 1.10