Skip to content

Commit b42f133

Browse files
committed
Release 0.21.0
1 parent 7b84a80 commit b42f133

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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.

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.14)
22

33
if (NOT MULL_VERSION)
4-
set (MULL_VERSION 0.20.0)
4+
set (MULL_VERSION 0.21.0)
55
endif()
66

77
project(Mull

0 commit comments

Comments
 (0)