Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[new release] opam-monorepo (0.2.2) #18972

Merged
merged 4 commits into from
Jun 30, 2021

Commits on Jun 29, 2021

  1. [new release] opam-monorepo (0.2.2)

    CHANGES:
    
    ### Added
    
    - Add `--ocaml-version` argument to `lock`: it allows to determine the ocaml version in the
      lockfile that's being generated (tarides/opam-monorepo#161, @pitag-ha)
    
    ### Changed
    
    - Exclude packages depending on `jbuilder` from the lock step. Since dune 2.0, `jbuild` files are
      not supported. A new `--allow-jbuilder` option have been added to enable the old behavior.
    - Recognize packages with an optional dependency on dune as building with dune. This allows
      opam-monorepo to rightfully recognize `opam-file-format` latest versions as building with
      dune. (tarides/opam-monorepo#176, @NathanReb)
    - Only print the full list of selected root packages once and only in verbose mode, simply printing
      the number in the default logs. (tarides/opam-monorepo#173, @NathanReb)
    - Improve the solving process so it only accepts base-compilers unless one explicitly requires
      a compiler variant, either directly or using `ocaml-option-*` packages. (tarides/opam-monorepo#178, @NathanReb)
    
    ### Deprecated
    
    ### Fixed
    
    - Fix the default branch mechanism when the opam remote starts with `git+https` (tarides/opam-monorepo#166, @TheLortex)
    - Fix a log that was still refering to the old tool name `duniverse` (tarides/opam-monorepo#158, @rizo)
    - Improve how the default branch for a git repository is queried, fixing a bug
      where opam-monorepo wouldn't work outside of of git repo and a bug where it wouldn't
      work on non-english systems. (tarides/opam-monorepo#157, fixes tarides/opam-monorepo#114, @TheLortex)
    
    ### Removed
    
    ### Security
    NathanReb committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    c9fef5e View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary odoc dependency

    Signed-off-by: Nathan Rebours <[email protected]>
    NathanReb committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    fc1034d View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2021

  1. Configuration menu
    Copy the full SHA
    08731ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae864f8 View commit details
    Browse the repository at this point in the history