Skip to content

Commit 1851c27

Browse files
author
codejunkie99
committed
chore(formula): bump to v0.12.0
1 parent 27c3760 commit 1851c27

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
@@ -53,6 +53,14 @@ in through onboarding reconfiguration or `.agent/memory/.features.json`.
5353
### Credits
5454
- PR #11 by @Siddharth11Roy, with review fixes and release prep by Codex.
5555

56+
### Release
57+
- Tag `v0.12.0` cut from master.
58+
- GitHub release: <https://github.com/codejunkie99/agentic-stack/releases/tag/v0.12.0>
59+
- `Formula/agentic-stack.rb` bumped to v0.12.0 in a follow-up commit after
60+
the tag tarball existed and its sha256 could be computed.
61+
- Tarball sha256:
62+
`cd18a0cf82e027390ef10a102ec4bfed26fc45114f6ce96c0787e5a1cf0dce26`.
63+
5664
## [0.11.2] — 2026-04-26
5765

5866
Patch release. Makes the data-layer dashboard easier to access from coding

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.2.tar.gz"
5-
sha256 "b9eb098466376c13e087dc91a0655d97481dfd13a6f640989384881990eb1e58"
6-
version "0.11.2"
4+
url "https://github.com/codejunkie99/agentic-stack/archive/refs/tags/v0.12.0.tar.gz"
5+
sha256 "cd18a0cf82e027390ef10a102ec4bfed26fc45114f6ce96c0787e5a1cf0dce26"
6+
version "0.12.0"
77
license "Apache-2.0"
88

99
def install

0 commit comments

Comments
 (0)