Skip to content

Commit

Permalink
release version 1.0 release candidate 2 (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
awalterschulze committed May 10, 2021
1 parent 1cc9922 commit 3e41623
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## v0.14.0 (10.05.2021)

1.0 Release Candidate 2

### Fixes

- comment `@format` pragma to avoid warnings from edoc
- fix place of comments for list cons #282

### Enchancements

- added `delete-pragma` command line flag #280

### Formatting Decisions

- new module documentation analyses #283

## v0.13.0 (19.04.2021)

1.0 Release Candidate 1
Expand Down
2 changes: 1 addition & 1 deletion src/erlfmt.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, erlfmt, [
{description, "erlfmt is an opinionated Erlang code formatter"},
{vsn, "0.13.0"},
{vsn, "0.14.0"},
{registered, []},
{applications, [kernel, stdlib]},
{env, []},
Expand Down

0 comments on commit 3e41623

Please sign in to comment.