Skip to content

Commit 0afcb6c

Browse files
nvandesselclaude
andcommitted
docs: add CHANGELOG for v0.3.2 release
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 73c9af8 commit 0afcb6c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

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

5+
## [0.3.2] - 2026-03-16
6+
7+
### Fixed
8+
9+
- **Stack comments scoped to connected branches** — PR comments now only show branches in the same stack, not every tracked branch (#67)
10+
- **Comments applied for pre-existing PRs**`frond track` and `frond push` now detect PRs created outside of frond and adopt them; `frond sync` always updates stack comments, not just after merges (#68)
11+
12+
### Added
13+
14+
- `ConnectedStack` in the `dag` package for filtering branches to a connected subtree
15+
- `PRForBranch` in the `gh` package for detecting existing PRs by branch name
16+
517
## [0.2.0] - 2026-02-27
618

719
### Added
@@ -41,5 +53,6 @@ First release. Minimal, agent-first CLI for managing stacked PRs with DAG depend
4153
- Homebrew tap via GoReleaser
4254
- CI with GitHub Actions on Ubuntu and macOS
4355

56+
[0.3.2]: https://github.com/nvandessel/frond/releases/tag/v0.3.2
4457
[0.2.0]: https://github.com/nvandessel/frond/releases/tag/v0.2.0
4558
[0.1.0]: https://github.com/nvandessel/frond/releases/tag/v0.1.0

0 commit comments

Comments
 (0)