Skip to content

0.4.1

Choose a tag to compare

@Firobe Firobe released this 26 Feb 19:44
· 20 commits to main since this release

CHANGES:

Added

Changed

Deprecated

Fixed

  • Fix support for pinned packages. In that case, it is not necessary to add
    dev-repo conflicts as opam-monorepo will 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 to ocamlc --version to 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)

Removed

Security