Skip to content

Commit

Permalink
Release 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexDenisov authored and AlexDenisov committed Jan 17, 2023
1 parent 8b892c7 commit 3060128
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.20.0] - 17 Jan 2023

🚨 Breaking change: Mull now exits with an error if mutants survive. Use `--allow-surviving` to preserve old behavior.

- Exit with error if mutants survive (by [Vilhelm Engström](https://github.com/vengaer)) [#1017](https://github.com/mull-project/mull/pull/1017)
- Removed LLVM 10, added LLVM 15 [#1014](https://github.com/mull-project/mull/pull/1014)

- [All the changes](https://github.com/mull-project/mull/pulls?q=is%3Apr+merged%3A2022-08-29..2023-01-17)

## [0.19.0] - 28 Aug 2022

- Removed LLVM 9 support [#1009](https://github.com/mull-project/mull/pull/1009)
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.14)

if (NOT MULL_VERSION)
set (MULL_VERSION 0.19.0)
set (MULL_VERSION 0.20.0)
endif()

project(Mull
Expand Down

0 comments on commit 3060128

Please sign in to comment.