From 6121d2734d314299e65ae5de53d82df3e49b7c2b Mon Sep 17 00:00:00 2001 From: Khachatur Ashotyan Date: Sun, 19 Apr 2026 23:14:38 +0400 Subject: [PATCH] chore(main): release 0.1.1 --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ Engram.yaml | 4 ++-- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 466df71..a915e8c 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d235b2d..5b1765c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ This file is automatically generated by [Release Please](https://github.com/goog The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.1.1](https://github.com/bubustack/materialize-engram/compare/v0.1.0...v0.1.1) (2026-04-19) + + +### Miscellaneous + +* harden release automation ([c805a7f](https://github.com/bubustack/materialize-engram/commit/c805a7f906c3fb6b2c5e6cfe4112e6893eaaa360)) +* update dependencies ([a1b8927](https://github.com/bubustack/materialize-engram/commit/a1b89273d4f62cc1e923ec8f2c2f0a00ae838123)) +* use dedicated release token for release-please ([33a836b](https://github.com/bubustack/materialize-engram/commit/33a836ba2b03df361348fc43211eb88cbb642879)) + ## 0.1.0 (2026-04-18) diff --git a/Engram.yaml b/Engram.yaml index 8019dca..0aecfc9 100644 --- a/Engram.yaml +++ b/Engram.yaml @@ -5,9 +5,9 @@ metadata: annotations: registry.bubustack.io/maturity: experimental spec: - version: 0.1.0 # x-release-please-version + version: 0.1.1 # x-release-please-version description: "Evaluates templates with hydrated inputs and returns a small resolved result." - image: ghcr.io/bubustack/materialize-engram:0.1.0 # x-release-please-version + image: ghcr.io/bubustack/materialize-engram:0.1.1 # x-release-please-version supportedModes: - job - deployment