File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.21.0] - 02 Jun 2023
4+
5+ - Fixed wrong diff generation [ #1025 ] ( https://github.com/mull-project/mull/issues/1025 ) [ #1023 ] ( https://github.com/mull-project/mull/issues/1023 )
6+ - Fixed GitHub annotations for relative paths [ #1028 ] ( https://github.com/mull-project/mull/pull/1028 ) [ #738 ] ( https://github.com/mull-project/mull/issues/738 )
7+
8+ - [ All the changes] ( https://github.com/mull-project/mull/pulls?q=is%3Apr+merged%3A2023-01-18..2023-06-02 )
9+
310## [ 0.20.0] - 17 Jan 2023
411
512🚨 Breaking change: Mull now exits with an error if mutants survive. Use ` --allow-surviving ` to preserve old behavior.
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.14)
22
33if (NOT MULL_VERSION)
4- set (MULL_VERSION 0.20 .0)
4+ set (MULL_VERSION 0.21 .0)
55endif ()
66
77project (Mull
You can’t perform that action at this time.
0 commit comments