From e7fb6669fa3a2dfb6332d0a306230d4b0bab3b61 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 20:31:30 +0000 Subject: [PATCH] chore(main): release 0.1.3 --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 8e1e0d7..405a18a 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "0.1.2" + ".": "0.1.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fc642f7..42e1e39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.3](https://github.com/bubustack/bobrapet/compare/v0.1.2...v0.1.3) (2025-11-03) + + +### Features + +* **story,runs,impulse,cel,config:** request manifest metadata and wire secret artifacts, reorganize engram execution and artifact plumbing ([#21](https://github.com/bubustack/bobrapet/issues/21)) ([d5b63fd](https://github.com/bubustack/bobrapet/commit/d5b63fd7b2adfe49b6d3a32e383c178d5c3109d8)) + ## [0.1.2](https://github.com/bubustack/bobrapet/compare/v0.1.1...v0.1.2) (2025-10-16)