Skip to content

Commit 486096f

Browse files
committed
Release 0.26.0
1 parent dd993a4 commit 486096f

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.26.0] - 04 Apr 2025
4+
5+
- Added a way to disable mutation using source code annotations [#791](https://github.com/mull-project/mull/issues/791) [#1092](https://github.com/mull-project/mull/pull/1092)
6+
7+
- [All the changes](https://github.com/mull-project/mull/pulls?q=is%3Apr+merged%3A2025-03-02..2025-04-04)
8+
39
## [0.25.0] - 01 Mar 2025
410

511
- Fixed a bug/crash in the new `mull-reporter` (by [tvoskui](https://github.com/tvoskui)) [#1086](https://github.com/mull-project/mull/issues/1086) [#1087](https://github.com/mull-project/mull/pull/1087)

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

77
project(Mull LANGUAGES C CXX)

0 commit comments

Comments
 (0)