Skip to content

Commit

Permalink
Bump Version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Brujo Benavides committed Aug 19, 2020
1 parent 36b2077 commit 53ae0ae
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
24 changes: 23 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

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

[Full Changelog](https://github.com/AdRoll/rebar3_format/compare/0.3.2...0.4.0)

**Fixed bugs:**

- Fix compatibility issues with erlfmt [\#133](https://github.com/AdRoll/rebar3_format/pull/133) ([elbrujohalcon](https://github.com/elbrujohalcon))

**Closed issues:**

- Consider removing sub\_indent altogether from the default formatter [\#131](https://github.com/AdRoll/rebar3_format/issues/131)
- Ensure compatibility with latest erlfmt [\#128](https://github.com/AdRoll/rebar3_format/issues/128)
- Remove extra spaces in statements [\#127](https://github.com/AdRoll/rebar3_format/issues/127)
- Adjust for OTP23 [\#105](https://github.com/AdRoll/rebar3_format/issues/105)

**Merged pull requests:**

- Remove sub\_indent altogether from the default\_formatter [\#134](https://github.com/AdRoll/rebar3_format/pull/134) ([elbrujohalcon](https://github.com/elbrujohalcon))
- \[Fix \#127\] Extra spaces in binary comprehensions [\#132](https://github.com/AdRoll/rebar3_format/pull/132) ([elbrujohalcon](https://github.com/elbrujohalcon))
- \[Fix \#105\] Adjust to OTP23 [\#130](https://github.com/AdRoll/rebar3_format/pull/130) ([elbrujohalcon](https://github.com/elbrujohalcon))
- Add support for new features in erlfmt v0.5.1 [\#129](https://github.com/AdRoll/rebar3_format/pull/129) ([elbrujohalcon](https://github.com/elbrujohalcon))

## [0.3.2](https://github.com/AdRoll/rebar3_format/tree/0.3.2) (2020-07-13)

[Full Changelog](https://github.com/AdRoll/rebar3_format/compare/0.3.1...0.3.2)
Expand All @@ -13,14 +35,14 @@

**Merged pull requests:**

- Add link to VS Code extension [\#119](https://github.com/AdRoll/rebar3_format/pull/119) ([szTheory](https://github.com/szTheory))
- \[Fix \#75\] Indent long lines on = [\#126](https://github.com/AdRoll/rebar3_format/pull/126) ([elbrujohalcon](https://github.com/elbrujohalcon))
- \[Fix \#90\] Indent specs on -\> [\#125](https://github.com/AdRoll/rebar3_format/pull/125) ([elbrujohalcon](https://github.com/elbrujohalcon))
- Support erlfmt 0.3.0 [\#124](https://github.com/AdRoll/rebar3_format/pull/124) ([elbrujohalcon](https://github.com/elbrujohalcon))
- Add support for erlfmt 0.2.0 [\#123](https://github.com/AdRoll/rebar3_format/pull/123) ([elbrujohalcon](https://github.com/elbrujohalcon))
- \[\#55\] Some initial steps [\#122](https://github.com/AdRoll/rebar3_format/pull/122) ([elbrujohalcon](https://github.com/elbrujohalcon))
- \[Fix \#56\] Handle quoted atoms [\#121](https://github.com/AdRoll/rebar3_format/pull/121) ([elbrujohalcon](https://github.com/elbrujohalcon))
- \[Fix \#117\] Full steamroller integration [\#120](https://github.com/AdRoll/rebar3_format/pull/120) ([elbrujohalcon](https://github.com/elbrujohalcon))
- Add link to VS Code extension [\#119](https://github.com/AdRoll/rebar3_format/pull/119) ([szTheory](https://github.com/szTheory))

## [0.3.1](https://github.com/AdRoll/rebar3_format/tree/0.3.1) (2020-06-16)

Expand Down
2 changes: 1 addition & 1 deletion src/rebar3_format.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, rebar3_format, [
{description, "A rebar plugin for code formatting"},
{vsn, "0.3.2"},
{vsn, "0.4.0"},
{registered, []},
{applications, [kernel, stdlib, katana_code]},
{env, []},
Expand Down

0 comments on commit 53ae0ae

Please sign in to comment.