From b721f5668d44a2f87d4c1713ac123aea170e8609 Mon Sep 17 00:00:00 2001 From: Brujo Benavides Date: Thu, 8 Apr 2021 11:41:58 +0200 Subject: [PATCH] Bump Version to 1.0.1 --- CHANGELOG.md | 14 +++++++++++++- src/rebar3_format.app.src | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a59cae8..814752a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.0.1](https://github.com/AdRoll/rebar3_format/tree/1.0.1) (2021-04-08) + +[Full Changelog](https://github.com/AdRoll/rebar3_format/compare/1.0.0...1.0.1) + +**Fixed bugs:** + +- Strings in attributes crash the formatter [\#239](https://github.com/AdRoll/rebar3_format/issues/239) + +**Merged pull requests:** + +- \[\#239\] Fix \#239: Attributes with strings [\#241](https://github.com/AdRoll/rebar3_format/pull/241) ([elbrujohalcon](https://github.com/elbrujohalcon)) + ## [1.0.0](https://github.com/AdRoll/rebar3_format/tree/1.0.0) (2021-04-07) [Full Changelog](https://github.com/AdRoll/rebar3_format/compare/0.10.1...1.0.0) @@ -17,9 +29,9 @@ **Merged pull requests:** +- Improve test coverage [\#235](https://github.com/AdRoll/rebar3_format/pull/235) ([elbrujohalcon](https://github.com/elbrujohalcon)) - \[\#197\] Fix \#197: Organize Tests [\#238](https://github.com/AdRoll/rebar3_format/pull/238) ([elbrujohalcon](https://github.com/elbrujohalcon)) - Rename master branch as main [\#237](https://github.com/AdRoll/rebar3_format/pull/237) ([elbrujohalcon](https://github.com/elbrujohalcon)) -- Improve test coverage [\#235](https://github.com/AdRoll/rebar3_format/pull/235) ([elbrujohalcon](https://github.com/elbrujohalcon)) - \[\#233\] Fix \#233: Allow format options in comment form [\#234](https://github.com/AdRoll/rebar3_format/pull/234) ([elbrujohalcon](https://github.com/elbrujohalcon)) ## [0.10.1](https://github.com/AdRoll/rebar3_format/tree/0.10.1) (2021-02-19) diff --git a/src/rebar3_format.app.src b/src/rebar3_format.app.src index d5d82c3..a4c60d0 100644 --- a/src/rebar3_format.app.src +++ b/src/rebar3_format.app.src @@ -1,7 +1,7 @@ {application, rebar3_format, [{description, "A rebar plugin for code formatting"}, - {vsn, "1.0.0"}, + {vsn, "1.0.1"}, {registered, []}, {applications, [kernel, stdlib, katana_code]}, {env, []},