Skip to content

Commit

Permalink
Add CHANGELOG and bump version to 0.0.2 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brujo Benavides authored Nov 21, 2019
1 parent 81a3c22 commit ba814b8
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 2 deletions.
46 changes: 46 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# Changelog

## [0.0.2](https://github.com/AdRoll/rebar3_format/tree/0.0.2) (2019-11-21)

[Full Changelog](https://github.com/AdRoll/rebar3_format/compare/0.0.1...0.0.2)

**Fixed bugs:**

- Unicode support is not 100% bulletproof [\#11](https://github.com/AdRoll/rebar3_format/issues/11)

**Closed issues:**

- Publish the lib to hex.pm [\#9](https://github.com/AdRoll/rebar3_format/issues/9)
- Indent using whitespaces and tabs [\#7](https://github.com/AdRoll/rebar3_format/issues/7)
- Apply formatter to itself [\#2](https://github.com/AdRoll/rebar3_format/issues/2)

**Merged pull requests:**

- Fix \#7: Allow indentation with spaces only [\#27](https://github.com/AdRoll/rebar3_format/pull/27) ([elbrujohalcon](https://github.com/elbrujohalcon))
- Allow configuration of indent sizes [\#26](https://github.com/AdRoll/rebar3_format/pull/26) ([elbrujohalcon](https://github.com/elbrujohalcon))
- Fix 21: Complete coverage on rebar3\_prettypr [\#23](https://github.com/AdRoll/rebar3_format/pull/23) ([elbrujohalcon](https://github.com/elbrujohalcon))
- Use CT for tests [\#20](https://github.com/AdRoll/rebar3_format/pull/20) ([elbrujohalcon](https://github.com/elbrujohalcon))
- Format the code for rebar3\_format on make test [\#19](https://github.com/AdRoll/rebar3_format/pull/19) ([elbrujohalcon](https://github.com/elbrujohalcon))
- Fixes 2: Apply the formatter to its own code [\#18](https://github.com/AdRoll/rebar3_format/pull/18) ([elbrujohalcon](https://github.com/elbrujohalcon))
- Ready to be published on hex.pm [\#17](https://github.com/AdRoll/rebar3_format/pull/17) ([elbrujohalcon](https://github.com/elbrujohalcon))
- Add the project to TravisCI [\#16](https://github.com/AdRoll/rebar3_format/pull/16) ([elbrujohalcon](https://github.com/elbrujohalcon))
- Remove hook support from rebar3\_prettypr [\#15](https://github.com/AdRoll/rebar3_format/pull/15) ([elbrujohalcon](https://github.com/elbrujohalcon))

## [0.0.1](https://github.com/AdRoll/rebar3_format/tree/0.0.1) (2019-11-09)

[Full Changelog](https://github.com/AdRoll/rebar3_format/compare/d9d137456067a952cbb83c4fbbe09948726c81be...0.0.1)

**Fixed bugs:**

- Fix make compile target [\#13](https://github.com/AdRoll/rebar3_format/issues/13)

**Merged pull requests:**

- \#13 Fix make compile target [\#14](https://github.com/AdRoll/rebar3_format/pull/14) ([diegomanuel](https://github.com/diegomanuel))
- use AdRoll dependency [\#4](https://github.com/AdRoll/rebar3_format/pull/4) ([juanbono](https://github.com/juanbono))
- Fix 52 ensure unicode works [\#3](https://github.com/AdRoll/rebar3_format/pull/3) ([juanbono](https://github.com/juanbono))
- Adjustments for rebar3\_prettypr [\#1](https://github.com/AdRoll/rebar3_format/pull/1) ([diegomanuel](https://github.com/diegomanuel))



\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
1 change: 0 additions & 1 deletion priv/overview.edoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
@author Diego <[email protected]>
@author Carlos <[email protected]>
@copyright (c) 2019 NextRoll Inc.
@version 0.0.1
@title The Erlang Formatter
@doc This project provides a rebar3 plugin to use the <code>rebar3 format</code> command.
@reference See <a href="http://github.com/AdRoll/rebar_format">Our README</a> for more information.
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.0.1"},
{vsn, "0.0.2"},
{registered, []},
{applications, [kernel, stdlib]},
{env, []},
Expand Down

0 comments on commit ba814b8

Please sign in to comment.