Skip to content

Commit

Permalink
release candidate 3.1 (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
awalterschulze authored Jun 23, 2021
1 parent f109b8c commit d4efabf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v0.15.1 (23.06.2021)

1.0 Release Candidate 3.1

### Enhancements

- Introduce semi-expanded format for containers #309

## v0.15.0 (18.06.2021)

1.0 Release Candidate 3
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.15.0"},
{vsn, "0.15.1"},
{registered, []},
{applications, [kernel, stdlib]},
{env, []},
Expand Down

0 comments on commit d4efabf

Please sign in to comment.