Releases: djs55/ocaml-sha
Releases · djs55/ocaml-sha
1.15.4
1.15.3
1.15.2
1.15.1
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
v1.14
CHANGES:
- Handle
safe-string
by @olafhering, reviewed by @nojb (#47) - Remove
--dev
option fromdune
invocation by @arthurteisseire (#48)
Update to dune2
Fix possible GC crash
Relicense to ISC
Fix build with OCaml 4.06 and -safe-string
Merge pull request #27 from djs55/release.1.10 Release 1.10