Skip to content

Commit

Permalink
Prepare 1.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
michalmuskala committed Nov 8, 2023
1 parent 8985027 commit ba4c49c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## v1.3.0 (08.11.2023)

### Enhancements

- Support map comprehensions, `import_type` attribute, and `maybe` constructs

**POTENTIAL RE-FORMATTING**

All "raw" `maybe` and `else` atoms will be automatically re-quoted to make
the code compatible with the `maybe` feature, if enabled.
After the transformation the code will be compatible with the maybe feature
both enabled & disabled.

## v1.2.0 (24.03.2023)

### Enhancements
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, "1.2.0"},
{vsn, "1.3.0"},
{registered, []},
{applications, [kernel, stdlib]},
{env, []},
Expand Down

0 comments on commit ba4c49c

Please sign in to comment.