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 .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.6"
".": "0.1.7"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.1.7](https://github.com/hack-dance/stack/compare/v0.1.6...v0.1.7) (2026-03-26)


### Bug Fixes

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Include merged feature commits in 0.1.7 changelog

The new 0.1.7 section only lists bug fixes, but this release also brings in new feat: commits (for example 920c7b4 and 1867aeb, merged via b1d236a) that are not documented anywhere in CHANGELOG.md. Omitting those shipped features makes the release notes materially incomplete for users and tooling that rely on changelog entries to understand behavior changes.

Useful? React with 👍 / 👎.


* address review regressions in adopt and compose ([9fba65f](https://github.com/hack-dance/stack/commit/9fba65f3ea93444b376cf4a2b95f88aa0c6816a0))
* recover stale landing pr references ([02909ed](https://github.com/hack-dance/stack/commit/02909ed7328e7b7adcbad4e1becaca0762da1265))
* tighten landing pr recovery paths ([31b8bbb](https://github.com/hack-dance/stack/commit/31b8bbb48abf32b8e15eaf2955860560beeccd87))
* validate superseded pr membership ([2fbc047](https://github.com/hack-dance/stack/commit/2fbc0475df57c4b3497d20ff61bbd479031f6c50))

## [0.1.6](https://github.com/hack-dance/stack/compare/v0.1.5...v0.1.6) (2026-03-26)


Expand Down
Loading