From e4396be42a393ca02e43a3c1bb7eb4c637a0e188 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 20 Jan 2026 02:34:45 +0000 Subject: [PATCH] Bump version to 0.0.6 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b69f821..deb22eb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2598,7 +2598,7 @@ dependencies = [ [[package]] name = "rotel-lambda-forwarder" -version = "0.0.5" +version = "0.0.6" dependencies = [ "async-stream", "aws-config", diff --git a/Cargo.toml b/Cargo.toml index 4174865..2eb8201 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rotel-lambda-forwarder" -version = "0.0.5" +version = "0.0.6" edition = "2024" homepage = "https://github.com/streamfold/rotel-lambda-forwarder" readme = "README.md"