Skip to content

Commit

Permalink
Release 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexDenisov authored and AlexDenisov committed Mar 9, 2022
1 parent 4829824 commit aa70867
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit aa70867

Please sign in to comment.