Skip to content

Commit 8ba0293

Browse files
author
codejunkie99
committed
chore(formula): bump to v0.11.2
1 parent df806ab commit 8ba0293

2 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,14 @@ dashboard surface.
3333
### Migration
3434
No migration required. Existing flag-based commands still work.
3535

36+
### Release
37+
- Tag `v0.11.2` cut from master.
38+
- GitHub release: <https://github.com/codejunkie99/agentic-stack/releases/tag/v0.11.2>
39+
- `Formula/agentic-stack.rb` bumped to v0.11.2 in a follow-up commit after
40+
the tag tarball existed and its sha256 could be computed.
41+
- Tarball sha256:
42+
`b9eb098466376c13e087dc91a0655d97481dfd13a6f640989384881990eb1e58`.
43+
3644
## [0.11.1] — 2026-04-26
3745

3846
Patch release. Makes the data-layer dashboard visible directly in coding-tool

Formula/agentic-stack.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
class AgenticStack < Formula
22
desc "One brain, many harnesses — portable .agent/ folder for AI coding agents"
33
homepage "https://github.com/codejunkie99/agentic-stack"
4-
url "https://github.com/codejunkie99/agentic-stack/archive/refs/tags/v0.11.1.tar.gz"
5-
sha256 "c0f09417c6caf34ba712d03271177ea2779af50e86a19bf76c10ba5d50bcff3e"
6-
version "0.11.1"
4+
url "https://github.com/codejunkie99/agentic-stack/archive/refs/tags/v0.11.2.tar.gz"
5+
sha256 "b9eb098466376c13e087dc91a0655d97481dfd13a6f640989384881990eb1e58"
6+
version "0.11.2"
77
license "Apache-2.0"
88

99
def install

0 commit comments

Comments
 (0)