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))