From 21d766e6b9a227668d98473ff8c3764e0cd02cc7 Mon Sep 17 00:00:00 2001 From: Grounds Bot Date: Wed, 1 Jul 2026 16:51:03 +0200 Subject: [PATCH] chore(main): release 0.6.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1bae8f9..55e529d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.5.1"} +{".":"0.6.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index f0e45ef..0995421 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.6.0](https://github.com/groundsgg/grounds-cli/compare/v0.5.1...v0.6.0) (2026-07-01) + + +### Features + +* **cluster:** default to platform-bundle + add `cluster reset` ([#68](https://github.com/groundsgg/grounds-cli/issues/68)) ([35f4e81](https://github.com/groundsgg/grounds-cli/commit/35f4e81df78b9f0833830ce2ccd72dfa217f5f95)) +* push minestom distributions ([#66](https://github.com/groundsgg/grounds-cli/issues/66)) ([d243745](https://github.com/groundsgg/grounds-cli/commit/d2437454142628cc141ef5fbcec6faf32ac1fe5d)) + ## [0.5.1](https://github.com/groundsgg/grounds-cli/compare/v0.5.0...v0.5.1) (2026-06-12)