Skip to content

Commit 3c193a0

Browse files
AlexDenisovAlexDenisov
authored and
AlexDenisov
committed
Release 0.19.0
1 parent e13a245 commit 3c193a0

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

3+
## [0.19.0] - 28 Aug 2022
4+
5+
- Removed LLVM 9 support [#1009](https://github.com/mull-project/mull/pull/1009)
6+
- Added LLVM 14 support [#1007](https://github.com/mull-project/mull/pull/1007)
7+
- Added explicit support page [#1010](https://github.com/mull-project/mull/pull/1010)
8+
- Deprecated `all` group (replaced with `cxx_all`) [#1008](https://github.com/mull-project/mull/pull/1008)
9+
10+
- [All the changes](https://github.com/mull-project/mull/pulls?q=is%3Apr+merged%3A2022-05-06..2022-08-28)
11+
312
## [0.18.0] - 05 May 2022
413

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

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

77
project(Mull

0 commit comments

Comments
 (0)