From c63c8c34209169f80d60d87c643dc25bc5995e12 Mon Sep 17 00:00:00 2001 From: Philipp Trentmann Date: Wed, 13 May 2026 19:30:33 +0200 Subject: [PATCH] chore(main): release 0.5.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ main.go | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2537c1f..f1c1e58 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.0" + ".": "0.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 70bb539..53097c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.5.0](https://github.com/bluegardenproject/github-butler/compare/v0.4.0...v0.5.0) (2026-05-13) + + +### Features + +* **ui:** add compact dashboard view ([c040ec0](https://github.com/bluegardenproject/github-butler/commit/c040ec038cb34b341b686d6b45bc3d1491297aed)) + + +### Miscellaneous + +* **cursor:** add project guidance ([a4d1075](https://github.com/bluegardenproject/github-butler/commit/a4d107534ea4a3f568ffbc36e149ff3f40997bc2)) + ## [0.4.0](https://github.com/bluegardenproject/github-butler/compare/v0.3.0...v0.4.0) (2026-05-12) diff --git a/main.go b/main.go index 261ba67..4be984f 100644 --- a/main.go +++ b/main.go @@ -17,7 +17,7 @@ import ( // Release Please bumps this on every release via the `extra-files` // entry in release-please-config.json, so the in-tree default also // matches the latest tagged release between rebuilds. -var Version = "0.4.0" // x-release-please-version +var Version = "0.5.0" // x-release-please-version // BuildTime is the UTC timestamp the binary was built at, set via: //