Skip to content

Commit

Permalink
Bump Version to 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
elbrujohalcon committed Feb 19, 2021
1 parent c8c70bc commit e75d2c4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.10.1](https://github.com/AdRoll/rebar3_format/tree/0.10.1) (2021-02-19)

[Full Changelog](https://github.com/AdRoll/rebar3_format/compare/0.10.0...0.10.1)

**Fixed bugs:**

- Macros in module qualifiers within types [\#231](https://github.com/AdRoll/rebar3_format/issues/231)

**Merged pull requests:**

- \[Fix \#231\] Handle macros in specs and types [\#232](https://github.com/AdRoll/rebar3_format/pull/232) ([elbrujohalcon](https://github.com/elbrujohalcon))

## [0.10.0](https://github.com/AdRoll/rebar3_format/tree/0.10.0) (2021-02-18)

[Full Changelog](https://github.com/AdRoll/rebar3_format/compare/0.9.0...0.10.0)
Expand Down
2 changes: 1 addition & 1 deletion src/rebar3_format.app.src
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{application,
rebar3_format,
[{description, "A rebar plugin for code formatting"},
{vsn, "0.10.0"},
{vsn, "0.10.1"},
{registered, []},
{applications, [kernel, stdlib, katana_code]},
{env, []},
Expand Down

0 comments on commit e75d2c4

Please sign in to comment.