Skip to content

Commit

Permalink
Bump Version to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
elbrujohalcon committed Jul 7, 2021
1 parent 188bd76 commit 0f705bf
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## [1.1.3](https://github.com/AdRoll/rebar3_hank/tree/1.1.3) (2021-07-07)

[Full Changelog](https://github.com/AdRoll/rebar3_hank/compare/1.1.2...1.1.3)

**Implemented enhancements:**

- \[unnecessary\_function\_arguments\] For unkown/dynamic behaviors, check non-exported functions [\#143](https://github.com/AdRoll/rebar3_hank/issues/143)

**Fixed bugs:**

- Dynamically used app env reported as unused [\#127](https://github.com/AdRoll/rebar3_hank/issues/127)

**Closed issues:**

- Extend doc on NIFs and unnecessary\_function\_arguments [\#142](https://github.com/AdRoll/rebar3_hank/issues/142)

**Merged pull requests:**

- Fix \#143: Analyze private function on unknown/dynamic behavior implementations [\#147](https://github.com/AdRoll/rebar3_hank/pull/147) ([elbrujohalcon](https://github.com/elbrujohalcon))
- Update dependencies [\#146](https://github.com/AdRoll/rebar3_hank/pull/146) ([elbrujohalcon](https://github.com/elbrujohalcon))
- Fix \#142: Extend unnecessary\_function\_arguments docs [\#145](https://github.com/AdRoll/rebar3_hank/pull/145) ([elbrujohalcon](https://github.com/elbrujohalcon))
- Update dependencies [\#141](https://github.com/AdRoll/rebar3_hank/pull/141) ([elbrujohalcon](https://github.com/elbrujohalcon))
- Update README with some enhancements [\#140](https://github.com/AdRoll/rebar3_hank/pull/140) ([pbrudnick](https://github.com/pbrudnick))
- New CI workflow [\#139](https://github.com/AdRoll/rebar3_hank/pull/139) ([pbrudnick](https://github.com/pbrudnick))

## [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)
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.2"},
{vsn, "1.1.3"},
{registered, []},
{applications, [kernel, stdlib, katana_code]},
{env, []},
Expand Down

0 comments on commit 0f705bf

Please sign in to comment.