0.4.1
CHANGES:
Added
Changed
Deprecated
Fixed
- Fix support for pinned packages. In that case, it is not necessary to add
dev-repo conflicts asopam-monorepowill always use the pinned repository.
(#398, #353, @samoht, @reynir, reported by @emillon) - Improve the speed of
opam monorepo pull. Loading an switch state might take
a few seconds -- replace it with a call toocamlc --versionto check if the
lockfile is compatible with the currently available OCaml compiler
(#403, @samoht) - Treat "ocaml-compiler" as a package to be ignored by the check whether it uses
dune for building (#407, @hannesm, review by @shym) - Bump opam dependencies to 2.3.0, allowing newer variables like with-dev-setup
(#408, @palainp, @Firobe, #380, @kit-ty-kate)