We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee2e9d3 commit afdd3ebCopy full SHA for afdd3eb
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## [0.23.0] - 15 Jul 2024
4
+
5
+- New CLI option `--mutation-score-threshold` (by [mpownby](https://github.com/mpownby)) [#1045](https://github.com/mull-project/mull/pull/1052)
6
7
+- [All the changes](https://github.com/mull-project/mull/pulls?q=is%3Apr+merged%3A2024-05-28..2024-07-15)
8
9
## [0.22.0] - 27 May 2024
10
11
- LLVM 17 support (by [rjaegers](https://github.com/rjaegers)) [#1045](https://github.com/mull-project/mull/pull/1045)
CMakeLists.txt
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.14)
if(NOT MULL_VERSION)
- set(MULL_VERSION 0.22.0)
+ set(MULL_VERSION 0.23.0)
endif()
project(Mull
0 commit comments