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.3"
".": "0.1.4"
}
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
# Changelog

## [0.1.4](https://github.com/hack-dance/stack/compare/v0.1.3...v0.1.4) (2026-03-26)


### Features

* add release automation and product docs ([64b2e5a](https://github.com/hack-dance/stack/commit/64b2e5a5c9182c649452c4bbb0e372808a976cc2))
* bootstrap stack alpha scaffold ([37834b3](https://github.com/hack-dance/stack/commit/37834b30fd84483d7f46ab81fb79fdab1b4906f2))
* harden stack alpha workflows ([56531ba](https://github.com/hack-dance/stack/commit/56531ba592a5242d930e8a97ce6c60b0c6495354))
* show queue follow-up guidance ([6f34661](https://github.com/hack-dance/stack/commit/6f34661ad13c9058582d4c272c2758994849bad3))
* support configurable queue strategies ([492d757](https://github.com/hack-dance/stack/commit/492d757fb4c3c32ee144efbe0ff67c69575f4a6d))


### Bug Fixes

* capture conflict anchors before trunk drift ([d2078e4](https://github.com/hack-dance/stack/commit/d2078e44497e47933fe5b89422b3071404cf902c))
* continue rebases without interactive editor ([68f548b](https://github.com/hack-dance/stack/commit/68f548b653ed7331eff394df934c727115c69548))
* defer move metadata until restack succeeds ([f1c0f54](https://github.com/hack-dance/stack/commit/f1c0f5469a46a427be1fbb46f3f49665de36e047))
* enforce stack parent invariants and deterministic PR lookup ([c823ef7](https://github.com/hack-dance/stack/commit/c823ef7dc30b911b8794899d5528db19401a8608))
* enforce stack parent invariants and deterministic PR lookup ([a67b5cc](https://github.com/hack-dance/stack/commit/a67b5cca1709218b09cae6467cdf1f0edc476e12))
* fetch sandbox refs without clobbering main ([4b4ca28](https://github.com/hack-dance/stack/commit/4b4ca28d9dbc98a8ebb8da77c1d848b883073b4a))
* handle missing sandbox remote refs ([319dfac](https://github.com/hack-dance/stack/commit/319dfac5a8c4f186617541512a85d870f4e1f43c))
* harden sync merged-parent verification ([1517500](https://github.com/hack-dance/stack/commit/15175009e976e182ea78159cbcaa21a418f55dd9))
* keep sandbox fixtures reseedable after merges ([54dc8b3](https://github.com/hack-dance/stack/commit/54dc8b31d0d89daa4f88168b201e80a0f2432af7))
* mark release prs as tagged after tagging ([5471af3](https://github.com/hack-dance/stack/commit/5471af39c9ef975852853b085c957edd3ac9f1b7))
* mark release prs as tagged after tagging ([277404e](https://github.com/hack-dance/stack/commit/277404ebdce46c93748931ad73c8caec89e0d854))
* parse userless scp remote aliases ([e75c389](https://github.com/hack-dance/stack/commit/e75c3896ed6de3b3a078d5be65e2c40f18e7a957))
* pass merge strategy to gh queue handoff ([7e1359d](https://github.com/hack-dance/stack/commit/7e1359d9cdd63974e426d25832aeadae5917f731))
* push release tags with configured token ([71fc029](https://github.com/hack-dance/stack/commit/71fc02944baff130e2c2832ed221e9f83587e978))
* reseed merged sandbox fixtures cleanly ([18f6bd7](https://github.com/hack-dance/stack/commit/18f6bd7c549b90cef75ee8e93a249c364ea86f18))
* resolve repo from remote during init ([38914b6](https://github.com/hack-dance/stack/commit/38914b69d5e7d2c9c9bbf0fc121a4b9abd8aa448))
* resolve repo from remote during init ([ffc793d](https://github.com/hack-dance/stack/commit/ffc793d0efe4cb867fec02606ef453af99a1d2ed))
* restack descendant branches after move ([3862239](https://github.com/hack-dance/stack/commit/38622390ed52918dd6ce107d29d0f62f0caff8fb))
* separate release tagging from release please ([37f9eb3](https://github.com/hack-dance/stack/commit/37f9eb3488fd4f02a1faf4545af64721e97e0aaf))
* use mise for live sandbox scripts ([4fb3c9f](https://github.com/hack-dance/stack/commit/4fb3c9f5f456d00556901358f84932d5b5159076))

## [0.1.3](https://github.com/hack-dance/stack/compare/v0.1.2...v0.1.3) (2026-03-26)


Expand Down
Loading