Skip to content

Commit 859af43

Browse files
committed
Release 0.26.1
1 parent 9ad18e8 commit 859af43

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [0.26.1] - 06 Apr 2025
4+
5+
- Fixed potential concurrency issue [#1094](https://github.com/mull-project/mull/pull/1094)
6+
37
## [0.26.0] - 04 Apr 2025
48

59
- 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)

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

77
project(Mull LANGUAGES C CXX)

0 commit comments

Comments
 (0)