Skip to content

Commit

Permalink
Bump Version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
elbrujohalcon committed Jan 18, 2021
1 parent cbff9bf commit 93b8cf0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
# Changelog

## [0.1.3](https://github.com/AdRoll/rebar3_hank/tree/0.1.3) (2021-01-08)
## [0.2.0](https://github.com/AdRoll/rebar3_hank/tree/0.2.0) (2021-01-18)

[Full Changelog](https://github.com/AdRoll/rebar3_hank/compare/0.1.2...0.1.3)
[Full Changelog](https://github.com/AdRoll/rebar3_hank/compare/0.1.2...0.2.0)

**Fixed bugs:**

- Macros can be defined twice, and that breaks Hank [\#60](https://github.com/AdRoll/rebar3_hank/issues/60)
- Using macros as function names crashes hank [\#59](https://github.com/AdRoll/rebar3_hank/issues/59)
- Unicode breaks Hank [\#58](https://github.com/AdRoll/rebar3_hank/issues/58)

**Merged pull requests:**

- Fix formatting of unused params rule [\#62](https://github.com/AdRoll/rebar3_hank/pull/62) ([elbrujohalcon](https://github.com/elbrujohalcon))
- \[\#58\] Support for unicode characters [\#61](https://github.com/AdRoll/rebar3_hank/pull/61) ([diegomanuel](https://github.com/diegomanuel))
- Some assorted bug fixes [\#57](https://github.com/AdRoll/rebar3_hank/pull/57) ([elbrujohalcon](https://github.com/elbrujohalcon))

## [0.1.2](https://github.com/AdRoll/rebar3_hank/tree/0.1.2) (2021-01-04)
Expand Down
2 changes: 1 addition & 1 deletion src/rebar3_hank.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, rebar3_hank, [
{description, "A rebar plugin for dead code cleaning"},
{vsn, "0.1.3"},
{vsn, "0.2.0"},
{registered, []},
{applications, [kernel, stdlib, katana_code]},
{env, []},
Expand Down

0 comments on commit 93b8cf0

Please sign in to comment.