Skip to content

Commit 7d33dc3

Browse files
authored
chore(main): release 0.1.2 (#14)
1 parent 61d783c commit 7d33dc3

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.1"
2+
".": "0.1.2"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ This file is automatically generated by [Release Please](https://github.com/goog
77
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

10+
## [0.1.2](https://github.com/bubustack/map-reduce-adapter-engram/compare/v0.1.1...v0.1.2) (2026-05-02)
11+
12+
13+
### Bug Fixes
14+
15+
* update SDK and workflow dependencies ([#13](https://github.com/bubustack/map-reduce-adapter-engram/issues/13)) ([61d783c](https://github.com/bubustack/map-reduce-adapter-engram/commit/61d783c2bacca3f5784c3eae379b0e728872d515))
16+
1017
## [0.1.1](https://github.com/bubustack/map-reduce-adapter-engram/compare/v0.1.0...v0.1.1) (2026-04-19)
1118

1219

Engram.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ metadata:
55
annotations:
66
registry.bubustack.io/maturity: experimental
77
spec:
8-
version: 0.1.1 # x-release-please-version
8+
version: 0.1.2 # x-release-please-version
99
description: "Generic map/reduce adapter that fans out StoryRuns per item, stores outputs in shared storage, and optionally runs a reduce story."
10-
image: ghcr.io/bubustack/map-reduce-adapter-engram:0.1.1 # x-release-please-version
10+
image: ghcr.io/bubustack/map-reduce-adapter-engram:0.1.2 # x-release-please-version
1111
supportedModes:
1212
- job
1313
execution:

0 commit comments

Comments
 (0)