From 3ebde42a350afe3d65adad73a86e5da8df45d3bf Mon Sep 17 00:00:00 2001 From: rickstaa Date: Mon, 28 Dec 2020 21:47:46 +0100 Subject: [PATCH] :memo: Updates changelog --- CHANGELOG.md | 29 ++++++++++++++++++++++------- 1 file changed, 22 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b51cc5b..f54f3da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,18 +4,32 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -#### [v1.3.1](https://github.com/reviewdog/action-black/compare/v1.3...v1.3.1) +#### [v1.3.3](https://github.com/reviewdog/action-black/compare/v1.3.2...v1.3.3) > 28 December 2020 -- :bug: Fixes bug in the is_formatted output argument [`#22`](https://github.com/reviewdog/action-black/pull/22) +- :loud_sound: Fixes stdout log syntax error [`e0022cd`](https://github.com/reviewdog/action-black/commit/e0022cd62cd2c823111535545f6a8f27c2135f16) + +#### [v1.3.2](https://github.com/reviewdog/action-black/compare/v1.3.1...v1.3.2) + +> 28 December 2020 + +- :memo: Updates changelog [`a075d2a`](https://github.com/reviewdog/action-black/commit/a075d2a718c33d40b3dd3d38687a5059cef24a9e) +- :twisted_rightwards_arrows: Merge branch 'master' of github.com:reviewdog/action-black [`a87842e`](https://github.com/reviewdog/action-black/commit/a87842e921aca34830b744e197f9e3bd440d8b80) +- :twisted_rightwards_arrows: Merge branch 'fixes_error_catch_behavoir' [`f133a93`](https://github.com/reviewdog/action-black/commit/f133a93598433abd142bb21d8c994351da2930df) + +#### [v1.3.1](https://github.com/reviewdog/action-black/compare/v1.3...v1.3.1) + +> 28 December 2020 #### [v1.3](https://github.com/reviewdog/action-black/compare/v1.3.0...v1.3) > 28 December 2020 -- :bug: Fixes bug in the is_formatted output argument [`7b40b4c`](https://github.com/reviewdog/action-black/commit/7b40b4c53700aebfe7a4a3e4d6027aa8b2a116a0) -- :bug: Fixes output ret bug when format is set to false [`a7203f6`](https://github.com/reviewdog/action-black/commit/a7203f604a3b1974b817e15177a792d717b6e982) +- :bug: Fixes bug in the is_formatted output argument [`#22`](https://github.com/reviewdog/action-black/pull/22) +- :memo: Updates changelog [`a075d2a`](https://github.com/reviewdog/action-black/commit/a075d2a718c33d40b3dd3d38687a5059cef24a9e) +- :twisted_rightwards_arrows: Merge branch 'master' of github.com:reviewdog/action-black [`a87842e`](https://github.com/reviewdog/action-black/commit/a87842e921aca34830b744e197f9e3bd440d8b80) +- :twisted_rightwards_arrows: Merge branch 'fixes_error_catch_behavoir' [`f133a93`](https://github.com/reviewdog/action-black/commit/f133a93598433abd142bb21d8c994351da2930df) #### [v1.3.0](https://github.com/reviewdog/action-black/compare/v1.2.2...v1.3.0) @@ -77,10 +91,11 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). > 28 December 2020 +- :bug: Fixes bug in the is_formatted output argument [`#22`](https://github.com/reviewdog/action-black/pull/22) - :sparkles: Adds is_formatted output argument [`#21`](https://github.com/reviewdog/action-black/pull/21) -- :sparkles: Adds ability to also format the code [`2d3fcd1`](https://github.com/reviewdog/action-black/commit/2d3fcd14c4eccf82ef584084d0a6d4f02869dd05) -- :bug: Fixes docker input arguments bug [`7a8c881`](https://github.com/reviewdog/action-black/commit/7a8c881dae3ee394d7b2df183bf24136a039a5b5) -- :art: Improves code structure to fix shellcheck warning [`8b57f2f`](https://github.com/reviewdog/action-black/commit/8b57f2f1881c8b026e3c7d2bd685a6b21006033b) +- :memo: Updates changelog [`a075d2a`](https://github.com/reviewdog/action-black/commit/a075d2a718c33d40b3dd3d38687a5059cef24a9e) +- :twisted_rightwards_arrows: Merge branch 'master' of github.com:reviewdog/action-black [`a87842e`](https://github.com/reviewdog/action-black/commit/a87842e921aca34830b744e197f9e3bd440d8b80) +- :twisted_rightwards_arrows: Merge branch 'fixes_error_catch_behavoir' [`f133a93`](https://github.com/reviewdog/action-black/commit/f133a93598433abd142bb21d8c994351da2930df) #### [v1.0](https://github.com/reviewdog/action-black/compare/v1.0.0...v1.0)