Skip to content

Commit a628b28

Browse files
author
codejunkie99
committed
chore(formula): bump to v0.13.0
1 parent 6017024 commit a628b28

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
@@ -46,6 +46,14 @@ No migration required. Existing installs keep working. Run
4646
`agentic-stack transfer` from a project that already has `.agent/` to create or
4747
import a transfer bundle.
4848

49+
### Release
50+
- Tag `v0.13.0` cut from master.
51+
- GitHub release: <https://github.com/codejunkie99/agentic-stack/releases/tag/v0.13.0>
52+
- `Formula/agentic-stack.rb` bumped to v0.13.0 in a follow-up commit after
53+
the tag tarball existed and its sha256 could be computed.
54+
- Tarball sha256:
55+
`83f71bab05bd607f3590571b5422a0cc74650d69ff5d818b6682d0f877e16514`.
56+
4957
## [0.12.0] — 2026-04-27
5058

5159
Minor release. Adds the opt-in `tldraw` seed skill for live canvas diagrams

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

99
def install

0 commit comments

Comments
 (0)