Skip to content

Commit

Permalink
release 1.0.0 (#313)
Browse files Browse the repository at this point in the history
* release 1.0.0

* fix nit
  • Loading branch information
awalterschulze committed Jun 30, 2021
1 parent 0909258 commit b856b95
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v1.0.0 (29.06.2021)

1.0.0 Release. No new changes.

## v0.15.2 (24.06.2021)

1.0 Release Candidate 3.2
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ erlfmt is an opinionated Erlang code formatter. By automating the process of
formatting the code, it frees your team up to focus on what the code does,
instead of what it looks like.

erlfmt is feature complete and now is a final opportunity,
before the release of version 1.0.0, to influence formatting decisions.
erlfmt is feature complete and released as version 1.0
This means only backwards compatible changes and bug fixes can be adopted without very serious consideration.
We do not want to put users in the position where they need to reformat code without a very good reason.

## Before

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

0 comments on commit b856b95

Please sign in to comment.