Skip to content

Commit 7085dfa

Browse files
author
codejunkie99
committed
chore(formula): bump to v0.16.0
1 parent a7d5d18 commit 7085dfa

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
@@ -31,6 +31,14 @@ projects to preview safe `.agent` infrastructure updates, then
3131
`agentic-stack upgrade --yes` to apply them. Run `agentic-stack sync-manifest`
3232
if a project's skill manifest needs repair without copying files.
3333

34+
### Release
35+
- Tag `v0.16.0` cut from master.
36+
- GitHub release: <https://github.com/codejunkie99/agentic-stack/releases/tag/v0.16.0>
37+
- `Formula/agentic-stack.rb` bumped to v0.16.0 in a follow-up commit after
38+
the tag tarball existed and its sha256 could be computed.
39+
- Tarball sha256:
40+
`55ffef80e990f1ceed6ec8016d66e8bab8b328762b3f5a3fdd80375dfa715dae`.
41+
3442
## [0.15.0] — 2026-05-06
3543

3644
Minor release. Adds a production dashboard TUI for installed agentic-stack

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.15.0.tar.gz"
5-
sha256 "e3fe0dde7a9997086a378123a365eced5514ad1a68871b294195fbf514611131"
6-
version "0.15.0"
4+
url "https://github.com/codejunkie99/agentic-stack/archive/refs/tags/v0.16.0.tar.gz"
5+
sha256 "55ffef80e990f1ceed6ec8016d66e8bab8b328762b3f5a3fdd80375dfa715dae"
6+
version "0.16.0"
77
license "Apache-2.0"
88

99
def install

0 commit comments

Comments
 (0)