1.2.0
1.2.0 (2017-06-06)
This release changes the build system to use
jbuilder. By doing so, it introduces
two new packages: irmin-mem and irmin-fs -- containing Irmin_mem and
Irmin_fs respectively. That release also fixes a bunch of regressions
introduced in the big 1.0 rewrite.
all
irmin
- Fix
Irmin.Contents.Cstruct: pretty-print the raw contents, not the hexdump
(#442, @samoht) Irmin.Hash.X.of_stringshould not raise an exception on invalid hash
(#443, @samoht)
irmin-mem
- New package! Use it if you want to use the
Irmin_memmodule.
irmin-fs
- New package! Use it if you want to use the
Irmin_fsmodule.
irmin-git