From e422e3abe90fc9e8a2fa9a613cb221b8e57fad54 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Sep 2021 16:49:31 +0000 Subject: [PATCH] Updated CHANGELOG.md --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73792ff2..a9dac110 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,15 @@ # Changelog -## [Unreleased](https://github.com/mvndaemon/mvnd/tree/HEAD) +## [0.6.0](https://github.com/mvndaemon/mvnd/tree/0.6.0) (2021-09-07) -[Full Changelog](https://github.com/mvndaemon/mvnd/compare/0.5.2...HEAD) +[Full Changelog](https://github.com/mvndaemon/mvnd/compare/0.5.2...0.6.0) **Implemented enhancements:** - If a failure happens in a module, the client should display it as soon as possible [\#438](https://github.com/mvndaemon/mvnd/issues/438) - Display the current build status [\#361](https://github.com/mvndaemon/mvnd/issues/361) - Provide a way to remove decoration on the standard out/err streams [\#356](https://github.com/mvndaemon/mvnd/issues/356) +- The build time event spy should aggregate values for each mojo [\#430](https://github.com/mvndaemon/mvnd/issues/430) **Fixed bugs:** @@ -29,6 +30,9 @@ **Merged pull requests:** +- Speed improvements [\#472](https://github.com/mvndaemon/mvnd/pull/472) ([gnodet](https://github.com/gnodet)) +- Mvn 3.8.2 support, fixes \#457 [\#471](https://github.com/mvndaemon/mvnd/pull/471) ([gnodet](https://github.com/gnodet)) +- Revert "\#457 Support Maven 3.8.2" [\#470](https://github.com/mvndaemon/mvnd/pull/470) ([gnodet](https://github.com/gnodet)) - Disable the IPC sync context factory by default \(can be enabled using… [\#469](https://github.com/mvndaemon/mvnd/pull/469) ([gnodet](https://github.com/gnodet)) - Fix CPU loop in sync server [\#468](https://github.com/mvndaemon/mvnd/pull/468) ([gnodet](https://github.com/gnodet)) - Make sure mvnd does not build more projects than needed, fixes \#464 [\#465](https://github.com/mvndaemon/mvnd/pull/465) ([gnodet](https://github.com/gnodet))