Release Notes for v0.4.2
A small but useful release focused on making beans easier to configure and more informative in day-to-day use, plus some release infrastructure fixes.
Highlights
BEANS_PATH environment variable — You can now set BEANS_PATH in your environment to tell beans where your project's .beans/ directory lives, instead of relying on auto-detection or passing --beans-path every time. Handy if you're working from a different directory or scripting around beans. (#85)
Bean type visible in beans show — The beans show command now displays the bean's type (task, bug, feature, etc.) alongside the other metadata fields, so you get the full picture without needing to inspect the file directly. (#87)
Bug Fixes
Fixed release pipeline — The GoReleaser workflow was updated to use the built-in GITHUB_TOKEN for releases (18f1c6f) and a separate PAT for Homebrew tap updates (670ecf3), resolving issues with automated releases and tap publishing.