From d47afb2b640769f7dbe1cd1c4cfff3f2c9e675f0 Mon Sep 17 00:00:00 2001 From: Marek Kubica Date: Fri, 23 Jun 2023 11:54:20 +0200 Subject: [PATCH] Prepare changelog for release --- CHANGES.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 702957b3..ddc863d9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,4 @@ -## unreleased +## 2.0.0 ### Added @@ -14,14 +14,11 @@ - List the main package and amount of subpackages when creating the PR to avoid very long package lists in PRs (#465, @emillon) -### Deprecated - ### 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)