From cef3639ff838252336d41495dd0e61b8a619f21b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 19:19:54 +0000 Subject: [PATCH] chore(main): release 0.16.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ VERSION | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 047c623..bc7e4aa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.15.1" + ".": "0.16.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b6b874..75e7303 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to this project will be documented in this file. +## [0.16.0](https://github.com/EndersonPro/flutree/compare/v0.15.1...v0.16.0) (2026-04-22) + + +### Features + +* **app:** add clean/config services and add-repo wizard core ([7acdcdf](https://github.com/EndersonPro/flutree/commit/7acdcdf080e1d470c64beb8ad67186d696234b79)) +* **cli:** wire config, clean, interactive add-repo, and table UX ([c98a145](https://github.com/EndersonPro/flutree/commit/c98a1457803c97233b69cc319fbb86b9b1640e2a)) + + +### Bug Fixes + +* **test:** set COLUMNS=200 in testEnv for list table tests ([fd94410](https://github.com/EndersonPro/flutree/commit/fd944105e974f5f5d458c236a8a14b2f58d467bd)) +* **ui:** terminalWidth reads COLUMNS env var for CI/non-TTY compatibility ([1e671e9](https://github.com/EndersonPro/flutree/commit/1e671e98a774d49caff9e27b85ec7ff9475b475d)) + ## [0.15.1](https://github.com/EndersonPro/flutree/compare/v0.15.0...v0.15.1) (2026-04-05) diff --git a/VERSION b/VERSION index e815b86..04a373e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.15.1 +0.16.0