Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.13.0"
".": "0.14.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to this project will be documented in this file.

## [0.14.0](https://github.com/EndersonPro/flutree/compare/v0.13.0...v0.14.0) (2026-04-04)


### Features

* add explicit root-only create and global list scopes ([6a50f67](https://github.com/EndersonPro/flutree/commit/6a50f679b8400d1501ec376fca5dcbe5092042da))
* enhance add-repo service with sync policy and branching resolution ([b06b2f5](https://github.com/EndersonPro/flutree/commit/b06b2f5045efa70c3a73d36193bb6bcbe8956f7f))
* flutree go-only baseline v0.7.0 ([6109569](https://github.com/EndersonPro/flutree/commit/6109569e7b17e323cdd0a28376e928672400fe76))
* harden worktree lifecycle and add CLI version/update contracts ([c8dce36](https://github.com/EndersonPro/flutree/commit/c8dce36b832fc15c45eada4c33dfe7433e40336c))
* refine create flow and document recent CLI updates ([5e13925](https://github.com/EndersonPro/flutree/commit/5e13925852ab1ea96e9d6b000e04e9d83934323f))
* release v0.8.0 with interactive workflows and pubget ([0eb1b31](https://github.com/EndersonPro/flutree/commit/0eb1b3139abb60f8f31f80ff1694fb426a6669ee))

## [0.13.0](https://github.com/EndersonPro/flutree/compare/v0.12.0...v0.13.0) (2026-04-04)


Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.13.0
0.14.0
Loading