From c1b69993fa75d94130052c892548fe2c1a1d3186 Mon Sep 17 00:00:00 2001 From: Sergii Mikhtoniuk Date: Wed, 11 Sep 2024 16:49:34 -0700 Subject: [PATCH] v41.1.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3b2ce6d..fff2820 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -775,7 +775,7 @@ dependencies = [ [[package]] name = "datafusion-odata" -version = "41.0.0" +version = "41.1.0" dependencies = [ "async-trait", "axum", diff --git a/Cargo.toml b/Cargo.toml index b98eb49..bd88fb6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "datafusion-odata" -version = "41.0.0" +version = "41.1.0" edition = "2021" repository = "https://github.com/kamu-data/datafusion-odata" description = "OData protocol adapter for Apache Datafusion"