Skip to content

2.0.0

Latest
Compare
Choose a tag to compare
@Leonidas-from-XIV Leonidas-from-XIV released this 23 Jun 09:54
· 14 commits to main since this release
d47afb2

CHANGES:

Added

Changed

  • Running dune-release check now attempts to discover and parse the change
    log, and a new flag --skip-change-log disables this behaviour. (#458,
    @gridbugs)
  • List the main package and amount of subpackages when creating the PR to avoid
    very long package lists in PRs (#465, @emillon)

Fixed

  • Avoid collision between branch and tag name. Tag detection got confused when
    branch was named the same as tag. Now it searches only for tag refs, instead
    of all refs. (#452, @3Rafal)
  • Fix project name detection from dune-project. The parser could get confused
    when opam file generation is used. Now it only considers the first (name X)
    in the file. (#445, @emillon)

Removed

  • Remove support for delegates.
    Previous users of this feature should now use dune-release delegate-info
    and wrap dune-release calls in a script. See #188 for details.
    (#428, @NathanReb)
  • Removed support for the OPAM 1.2.2 client. This means dune-release expects
    the opam binary to be version 2.0 at least. (#406, #411,
    @Leonidas-from-XIV)

Security