Skip to content

Commit 6fedb68

Browse files
AlexDenisovAlexDenisov
authored and
AlexDenisov
committed
Release 0.18.0
1 parent b987b2a commit 6fedb68

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [0.18.0] - 05 May 2022
4+
5+
- Fixed a phi-node miscompilation caused by `cxx_logical_and_to_or` and `cxx_logical_or_to_and` [#994](https://github.com/mull-project/mull/pull/994) [#998](https://github.com/mull-project/mull/pull/998)
6+
- Improved diagnostics to track and workaround miscompilations [#1000](https://github.com/mull-project/mull/pull/1000)
7+
- [All the changes](https://github.com/mull-project/mull/pulls?q=is%3Apr+merged%3A2022-03-18..2022-05-05)
8+
39
## [0.17.1] - 17 Mar 2022
410

511
- Fixed a bug when reporters crash if a source file cannot be opened [#991](https://github.com/mull-project/mull/pull/991)

CMakeLists.txt

+1-1
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.17.1)
4+
set (MULL_VERSION 0.18.0)
55
endif()
66

77
project(Mull

0 commit comments

Comments
 (0)