Skip to content

Commit

Permalink
Bump Version to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
elbrujohalcon committed Feb 18, 2021
1 parent 1376c68 commit b3d8058
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 10 deletions.
28 changes: 19 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [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)

**Implemented enhancements:**

- Add inline\_return\_spec to enforce breaking on spec and callback [\#229](https://github.com/AdRoll/rebar3_format/issues/229)

**Closed issues:**

- Support formatting rebar.config [\#86](https://github.com/AdRoll/rebar3_format/issues/86)

**Merged pull requests:**

- \[\#86\] Add support for non-module files [\#230](https://github.com/AdRoll/rebar3_format/pull/230) ([elbrujohalcon](https://github.com/elbrujohalcon))

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

[Full Changelog](https://github.com/AdRoll/rebar3_format/compare/0.8.2...0.9.0)
Expand All @@ -11,6 +27,7 @@
**Closed issues:**

- Remove parentheses on simple attributes [\#227](https://github.com/AdRoll/rebar3_format/issues/227)
- Don't put every infix operator in columns [\#219](https://github.com/AdRoll/rebar3_format/issues/219)
- Don't rewrite strings [\#55](https://github.com/AdRoll/rebar3_format/issues/55)

**Merged pull requests:**
Expand All @@ -19,20 +36,13 @@
- \[Fix \#223\] Don't let inline\_simple\_funs affect inline\_clause\_bodies [\#226](https://github.com/AdRoll/rebar3_format/pull/226) ([elbrujohalcon](https://github.com/elbrujohalcon))
- \[Fix \#55\] Properly handle contiguous strings… [\#225](https://github.com/AdRoll/rebar3_format/pull/225) ([elbrujohalcon](https://github.com/elbrujohalcon))
- Kill dead code with fire 🔥 [\#224](https://github.com/AdRoll/rebar3_format/pull/224) ([elbrujohalcon](https://github.com/elbrujohalcon))
- \[Fix \#219\] Don't indent right after an operator [\#221](https://github.com/AdRoll/rebar3_format/pull/221) ([elbrujohalcon](https://github.com/elbrujohalcon))
- Upgrade katana-code [\#220](https://github.com/AdRoll/rebar3_format/pull/220) ([elbrujohalcon](https://github.com/elbrujohalcon))

## [0.8.2](https://github.com/AdRoll/rebar3_format/tree/0.8.2) (2020-11-30)

[Full Changelog](https://github.com/AdRoll/rebar3_format/compare/0.8.1...0.8.2)

**Closed issues:**

- Don't put every infix operator in columns [\#219](https://github.com/AdRoll/rebar3_format/issues/219)

**Merged pull requests:**

- \[Fix \#219\] Don't indent right after an operator [\#221](https://github.com/AdRoll/rebar3_format/pull/221) ([elbrujohalcon](https://github.com/elbrujohalcon))
- Upgrade katana-code [\#220](https://github.com/AdRoll/rebar3_format/pull/220) ([elbrujohalcon](https://github.com/elbrujohalcon))

## [0.8.1](https://github.com/AdRoll/rebar3_format/tree/0.8.1) (2020-11-19)

[Full Changelog](https://github.com/AdRoll/rebar3_format/compare/0.8.0...0.8.1)
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.9.0"},
{vsn, "0.10.0"},
{registered, []},
{applications, [kernel, stdlib, katana_code]},
{env, []},
Expand Down

0 comments on commit b3d8058

Please sign in to comment.