Skip to content

Commit 5d8bc82

Browse files
author
codejunkie99
committed
docs(changelog): add v0.9.1 release info — tag, GH release URL, brew sha
Documents the post-tag Formula bump flow + the verifiable sha256 so anyone reading the changelog can reproduce the tarball hash without hunting through commit history.
1 parent 9dec740 commit 5d8bc82

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,18 @@ the next `./install.sh pi`. Existing `.agent/memory/episodic/AGENT_LEARNINGS.jso
8383
files with naive-local timestamps continue to work — readers normalise
8484
them at compare time and writers emit UTC going forward.
8585

86+
### Release
87+
- Tag `v0.9.1` cut from master at `d7b70b2`.
88+
- GitHub release: <https://github.com/codejunkie99/agentic-stack/releases/tag/v0.9.1>
89+
- `Formula/agentic-stack.rb` bumped to v0.9.1 in a follow-up commit
90+
(same flow as v0.8.0 → v0.9.0): tag first, compute sha256, then bump
91+
`url` + `sha256` + `version` together so brew always points at a real
92+
installable artifact.
93+
- Tarball sha256:
94+
`09cc3b8c9ec159cf8b85cf672fc15a29e6bfa9377cc9c59dd270acd441ced568`
95+
(verify locally with
96+
`curl -sL https://github.com/codejunkie99/agentic-stack/archive/refs/tags/v0.9.1.tar.gz | shasum -a 256`)
97+
8698
### Credits
8799
PR #24 by @aliirz; Codex CLI used for an independent second-opinion review
88100
that surfaced the auto_dream window race + the SHA-regex narrowness.

0 commit comments

Comments
 (0)