From b42f1336517c7014ef78dfd7465ebe4a41db554f Mon Sep 17 00:00:00 2001 From: AlexDenisov Date: Fri, 2 Jun 2023 21:56:20 +0200 Subject: [PATCH] Release 0.21.0 --- CHANGELOG.md | 7 +++++++ CMakeLists.txt | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f87c0d3..5c1bfc90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.21.0] - 02 Jun 2023 + +- Fixed wrong diff generation [#1025](https://github.com/mull-project/mull/issues/1025) [#1023](https://github.com/mull-project/mull/issues/1023) +- Fixed GitHub annotations for relative paths [#1028](https://github.com/mull-project/mull/pull/1028) [#738](https://github.com/mull-project/mull/issues/738) + +- [All the changes](https://github.com/mull-project/mull/pulls?q=is%3Apr+merged%3A2023-01-18..2023-06-02) + ## [0.20.0] - 17 Jan 2023 🚨 Breaking change: Mull now exits with an error if mutants survive. Use `--allow-surviving` to preserve old behavior. diff --git a/CMakeLists.txt b/CMakeLists.txt index 30558f95..0c9a5757 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.14) if (NOT MULL_VERSION) -set (MULL_VERSION 0.20.0) +set (MULL_VERSION 0.21.0) endif() project(Mull