From 539edca03502413646910c0edf1a9113d2dbb798 Mon Sep 17 00:00:00 2001 From: "vstack-release-bot[bot]" <279840084+vstack-release-bot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 23:06:26 +0000 Subject: [PATCH] docs(changelog): 3.5.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2ace448..3cf104e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.4.2" + ".": "3.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f57c16..4c6cd7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ ## [3.5.0](https://github.com/eschaar/vstack/compare/3.4.2...3.5.0) (2026-06-02) +### Features + +* add Homebrew distribution channel for vstack ([#66](https://github.com/eschaar/vstack/issues/66)) ([6939f31](https://github.com/eschaar/vstack/commit/6939f31e5f9c09492bcd0532dd7626823e8e0f7a)) + + +### Fixes + +* **ci:** harden Homebrew publish workflow auth and environment separation ([#68](https://github.com/eschaar/vstack/issues/68)) ([3651714](https://github.com/eschaar/vstack/commit/3651714997f6b6c3988f974c8985ec6a6fd0d463)) + +## [3.5.0](https://github.com/eschaar/vstack/compare/3.4.2...3.5.0) (2026-06-02) + + ### Features * **ci:** add homebrew private tap publish job ([feature/publish_in_homebrew](https://github.com/eschaar/vstack/tree/feature/publish_in_homebrew))