Skip to content

Commit afdd3eb

Browse files
committed
Release 0.23.0
1 parent ee2e9d3 commit afdd3eb

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

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+
39
## [0.22.0] - 27 May 2024
410

511
- LLVM 17 support (by [rjaegers](https://github.com/rjaegers)) [#1045](https://github.com/mull-project/mull/pull/1045)

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.22.0)
4+
set(MULL_VERSION 0.23.0)
55
endif()
66

77
project(Mull

0 commit comments

Comments
 (0)