From fdd7c4996f9f06385e1d3c398f19c51929ea6c41 Mon Sep 17 00:00:00 2001 From: Marko Grujic Date: Thu, 7 Sep 2023 09:54:16 +0200 Subject: [PATCH] (cargo-release) version 0.5.2 --- CHANGELOG.md | 5 ++++- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a33b814..61135c04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ## [Unreleased] - ReleaseDate +## [0.5.2] - 2023-09-07 + - Wire up COPY TO statement () - Upgrade to DataFusion 30 and Arrow 45 () - Enable time travel for write statements with source queries @@ -194,7 +196,8 @@ -[unreleased]: https://github.com/splitgraph/seafowl/compare/v0.5.1...HEAD +[unreleased]: https://github.com/splitgraph/seafowl/compare/v0.5.2...HEAD +[0.5.2]: https://github.com/splitgraph/seafowl/compare/v0.5.1...v0.5.2 [0.5.1]: https://github.com/splitgraph/seafowl/compare/v0.5.0...v0.5.1 [0.5.0]: https://github.com/splitgraph/seafowl/compare/v0.4.3...v0.5.0 [0.4.3]: https://github.com/splitgraph/seafowl/compare/v0.4.2...v0.4.3 diff --git a/Cargo.lock b/Cargo.lock index 66120297..1a102d52 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5031,7 +5031,7 @@ dependencies = [ [[package]] name = "seafowl" -version = "0.5.1" +version = "0.5.2" dependencies = [ "anyhow", "arrow", @@ -5056,7 +5056,7 @@ dependencies = [ "dynamodb_lock", "futures", "hex", - "itertools 0.11.0", + "itertools 0.10.5", "lazy_static", "log", "mockall", @@ -5080,8 +5080,8 @@ dependencies = [ "sha2 0.10.7", "sqlparser", "sqlx", - "strum 0.25.0", - "strum_macros 0.25.2", + "strum 0.24.1", + "strum_macros 0.24.3", "tempfile", "tokio", "url", diff --git a/Cargo.toml b/Cargo.toml index 3282df0b..a9768dd9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "seafowl" build = "build.rs" -version = "0.5.1" +version = "0.5.2" edition = "2021" readme = "README.md"