From d74fecb28b857f611c0a1f385eb647eb72868494 Mon Sep 17 00:00:00 2001 From: Sergii Mikhtoniuk Date: Mon, 23 Sep 2024 12:19:03 -0700 Subject: [PATCH] v42.1.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e4461cd..7f0262b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -839,7 +839,7 @@ dependencies = [ [[package]] name = "datafusion-odata" -version = "42.0.0" +version = "42.1.0" dependencies = [ "async-trait", "axum", diff --git a/Cargo.toml b/Cargo.toml index e8a3153..d97e811 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "datafusion-odata" -version = "42.0.0" +version = "42.1.0" edition = "2021" repository = "https://github.com/kamu-data/datafusion-odata" description = "OData protocol adapter for Apache Datafusion"