From 9cf3bf069f7351b01b08a432d095a45238328bcd Mon Sep 17 00:00:00 2001 From: Brujo Benavides Date: Wed, 26 May 2021 15:36:42 +0200 Subject: [PATCH] Bump Version to 1.1.2 --- CHANGELOG.md | 14 ++++++++++++++ src/rebar3_hank.app.src | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cbb260..f2604fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.1.2](https://github.com/AdRoll/rebar3_hank/tree/1.1.2) (2021-05-26) + +[Full Changelog](https://github.com/AdRoll/rebar3_hank/compare/1.1.1...1.1.2) + +**Fixed bugs:** + +- Macro used in ifndef is reported as unused [\#137](https://github.com/AdRoll/rebar3_hank/issues/137) +- Crash and no hank analysis in presence of macro in behaviour [\#134](https://github.com/AdRoll/rebar3_hank/issues/134) + +**Merged pull requests:** + +- Fix \#137: Handle control flow attributes [\#138](https://github.com/AdRoll/rebar3_hank/pull/138) ([elbrujohalcon](https://github.com/elbrujohalcon)) +- Fix \#134: Do not break when the behaviour is a macro [\#135](https://github.com/AdRoll/rebar3_hank/pull/135) ([pbrudnick](https://github.com/pbrudnick)) + ## [1.1.1](https://github.com/AdRoll/rebar3_hank/tree/1.1.1) (2021-05-21) [Full Changelog](https://github.com/AdRoll/rebar3_hank/compare/1.1.0...1.1.1) diff --git a/src/rebar3_hank.app.src b/src/rebar3_hank.app.src index 96abca9..c02af4f 100644 --- a/src/rebar3_hank.app.src +++ b/src/rebar3_hank.app.src @@ -1,7 +1,7 @@ {application, rebar3_hank, [{description, "A rebar plugin for dead code cleaning"}, - {vsn, "1.1.1"}, + {vsn, "1.1.2"}, {registered, []}, {applications, [kernel, stdlib, katana_code]}, {env, []},