Skip to content

Commit

Permalink
Bump Version to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
elbrujohalcon committed Sep 28, 2021
1 parent c41a7f4 commit 5aa053b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,30 @@
# Changelog

## [1.2.2](https://github.com/AdRoll/rebar3_hank/tree/1.2.2) (2021-09-28)

[Full Changelog](https://github.com/AdRoll/rebar3_hank/compare/1.2.1...1.2.2)

**Implemented enhancements:**

- We still need a better way to suppress unused ignores [\#165](https://github.com/AdRoll/rebar3_hank/issues/165)

**Merged pull requests:**

- Fix \#165: Don't emit warnings for unused ignores. [\#166](https://github.com/AdRoll/rebar3_hank/pull/166) ([elbrujohalcon](https://github.com/elbrujohalcon))

## [1.2.1](https://github.com/AdRoll/rebar3_hank/tree/1.2.1) (2021-09-23)

[Full Changelog](https://github.com/AdRoll/rebar3_hank/compare/1.2.0...1.2.1)

**Fixed bugs:**

- Unexpected warnings for ignored files [\#163](https://github.com/AdRoll/rebar3_hank/issues/163)
- Consider a callback only module \(behaviour definition\) as all redudant [\#161](https://github.com/AdRoll/rebar3_hank/issues/161)
- Unexpected warnings for ignored files [\#163](https://github.com/AdRoll/rebar3_hank/issues/163)

**Merged pull requests:**

- Proposed Fix for \#163: Add --unused\_warnings [\#164](https://github.com/AdRoll/rebar3_hank/pull/164) ([elbrujohalcon](https://github.com/elbrujohalcon))
- Update dependencies [\#162](https://github.com/AdRoll/rebar3_hank/pull/162) ([elbrujohalcon](https://github.com/elbrujohalcon))
- Proposed Fix for \#163: Add --unused\_warnings [\#164](https://github.com/AdRoll/rebar3_hank/pull/164) ([elbrujohalcon](https://github.com/elbrujohalcon))

## [1.2.0](https://github.com/AdRoll/rebar3_hank/tree/1.2.0) (2021-09-14)

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.2.1"},
{vsn, "1.2.2"},
{registered, []},
{applications, [kernel, stdlib, syntax_tools, katana_code]},
{env, []},
Expand Down

0 comments on commit 5aa053b

Please sign in to comment.