Skip to content

Commit

Permalink
Bump Version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
elbrujohalcon committed Apr 7, 2021
1 parent d465ad2 commit 2548141
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [1.0.0](https://github.com/AdRoll/rebar3_format/tree/1.0.0) (2021-04-07)

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

**Fixed bugs:**

- Tabs in strings break the formatter [\#236](https://github.com/AdRoll/rebar3_format/issues/236)

**Closed issues:**

- Support for @format in comments [\#233](https://github.com/AdRoll/rebar3_format/issues/233)
- We need to reorganize tests [\#197](https://github.com/AdRoll/rebar3_format/issues/197)
- Add CLI [\#37](https://github.com/AdRoll/rebar3_format/issues/37)
- Complete Coverage [\#21](https://github.com/AdRoll/rebar3_format/issues/21)

**Merged pull requests:**

- \[\#197\] Fix \#197: Organize Tests [\#238](https://github.com/AdRoll/rebar3_format/pull/238) ([elbrujohalcon](https://github.com/elbrujohalcon))
- Rename master branch as main [\#237](https://github.com/AdRoll/rebar3_format/pull/237) ([elbrujohalcon](https://github.com/elbrujohalcon))
- Improve test coverage [\#235](https://github.com/AdRoll/rebar3_format/pull/235) ([elbrujohalcon](https://github.com/elbrujohalcon))
- \[\#233\] Fix \#233: Allow format options in comment form [\#234](https://github.com/AdRoll/rebar3_format/pull/234) ([elbrujohalcon](https://github.com/elbrujohalcon))

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

0 comments on commit 2548141

Please sign in to comment.