From 848c0440c4f2a8f41f1a53cb187099b0ade7f79d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 3 May 2026 22:13:39 +0000 Subject: [PATCH] Bump version to 0.2.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5a909713..8db86914 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4214,7 +4214,7 @@ dependencies = [ [[package]] name = "rotel" -version = "0.2.1" +version = "0.2.2" dependencies = [ "abi_stable", "arrow", diff --git a/Cargo.toml b/Cargo.toml index 29dd3316..5b7639f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rotel" -version = "0.2.1" +version = "0.2.2" edition = "2024" homepage = "https://github.com/streamfold/rotel" readme = "README.md"