Skip to content

Commit

Permalink
Bump Version to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
elbrujohalcon committed May 26, 2021
1 parent bb8f699 commit 9cf3bf0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion src/rebar3_hank.app.src
Original file line number Diff line number Diff line change
@@ -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, []},
Expand Down

0 comments on commit 9cf3bf0

Please sign in to comment.