From 4f05048fe93695a6c20a15ebf41c096507891948 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 02:40:14 +0000 Subject: [PATCH] chore(master): release 0.10.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7d9b009..30b6d45 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.10.0" + ".": "0.10.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ee3721e..f6af66f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.10.1](https://github.com/kainlite/gitops-operator/compare/v0.10.0...v0.10.1) (2026-06-20) + + +### Features + +* multi-container support, annotation type extraction, error-handling hardening ([100970e](https://github.com/kainlite/gitops-operator/commit/100970e34bbc2b3b9c640d11bb808c359f798d4a)) + ## [0.10.0](https://github.com/kainlite/gitops-operator/compare/v0.9.4...v0.10.0) (2026-06-17) diff --git a/Cargo.lock b/Cargo.lock index be23596..a9e3556 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -748,7 +748,7 @@ dependencies = [ [[package]] name = "gitops-operator" -version = "0.10.0" +version = "0.10.1" dependencies = [ "anyhow", "assert_matches", diff --git a/Cargo.toml b/Cargo.toml index d93ab3c..13a7c0e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gitops-operator" -version = "0.10.0" +version = "0.10.1" authors = ["Gabriel Garrido "] edition = "2024" license = "Apache-2.0"