Skip to content

Commit

Permalink
Release 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexDenisov authored and AlexDenisov committed Jun 2, 2023
1 parent 7b84a80 commit b42f133
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
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.20.0)
set (MULL_VERSION 0.21.0)
endif()

project(Mull
Expand Down

0 comments on commit b42f133

Please sign in to comment.