From aa70867d2075dc42cd07b80ffc94d9dbf81bc331 Mon Sep 17 00:00:00 2001 From: Alex Denisov Date: Wed, 9 Mar 2022 18:04:12 +0100 Subject: [PATCH] Release 0.17.0 --- CHANGELOG.md | 9 +++++++++ CMakeLists.txt | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03bace9c1..f7acbcdcb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.17.0] - 09 Mar 2022 + +🚨 With this release, the `mull-cxx` tool is [removed](https://github.com/mull-project/mull/pull/984). + +- Fixed 'inconsistency in registered CommandLine options' when building against certain configs of LLVM [#983](https://github.com/mull-project/mull/pull/983) +- Removed `mull-cxx` [#984](https://github.com/mull-project/mull/pull/984) +- Simplified database schema for SQLite reporter [#987](https://github.com/mull-project/mull/pull/987) +- [All the changes](https://github.com/mull-project/mull/pulls?q=is%3Apr+merged%3A2022-02-21..2022-03-09) + ## [0.16.0] - 21 Feb 2022 - Added a workaround to not miscompile functions that use variadic arguments [#977](https://github.com/mull-project/mull/pull/977) [#978](https://github.com/mull-project/mull/issues/978) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6ed26516f..88ab63ef4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.14) if (NOT MULL_VERSION) -set (MULL_VERSION 0.16.0) +set (MULL_VERSION 0.17.0) endif() project(Mull