From 4c7f5c96e37025d052796e39232cd7c0582dc7a5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 07:17:41 +0000 Subject: [PATCH] chore(main): release 0.1.12 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 85679dd..3fb24ca 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.1.11"} +{".":"0.1.12"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 13d3849..9fd3c97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.1.12](https://github.com/groundsgg/grounds-cli/compare/v0.1.11...v0.1.12) (2026-05-04) + + +### Features + +* **bundle:** grounds bundle list / show ([#29](https://github.com/groundsgg/grounds-cli/issues/29)) ([ad42a5f](https://github.com/groundsgg/grounds-cli/commit/ad42a5fb428ac2d458c7abedeafeacdd9b0deb7a)) +* **cluster:** add --bundle / --override to drive PlatformBundle deploys ([#27](https://github.com/groundsgg/grounds-cli/issues/27)) ([b9b07f1](https://github.com/groundsgg/grounds-cli/commit/b9b07f181cc6b518fcd12ede1f34b056735b8e0f)) +* **devspace:** add `grounds devspace generate ` subcommand ([#28](https://github.com/groundsgg/grounds-cli/issues/28)) ([82ba13a](https://github.com/groundsgg/grounds-cli/commit/82ba13ac7d98792097272a04defc70d6c224dc73)) + ## [0.1.11](https://github.com/groundsgg/grounds-cli/compare/v0.1.10...v0.1.11) (2026-04-30)