From 31c76360a91dc9373adcbaf5473ed72ced47fc75 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 20 Jan 2026 16:17:35 +0000 Subject: [PATCH] Bump version to 0.0.7 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9b057c1..213504f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2598,7 +2598,7 @@ dependencies = [ [[package]] name = "rotel-lambda-forwarder" -version = "0.0.6" +version = "0.0.7" dependencies = [ "async-stream", "aws-config", diff --git a/Cargo.toml b/Cargo.toml index a25f7b8..2be8da5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rotel-lambda-forwarder" -version = "0.0.6" +version = "0.0.7" edition = "2024" homepage = "https://github.com/streamfold/rotel-lambda-forwarder" readme = "README.md"