From 3678342ddd44f3edc9c3099dbeb6e3c8a3e6ca15 Mon Sep 17 00:00:00 2001 From: Marko Grujic Date: Tue, 1 Aug 2023 09:55:41 +0200 Subject: [PATCH] (cargo-release) version 0.5.1 --- 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 61c97a24..caed7d98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ## [Unreleased] - ReleaseDate +## [0.5.1] - 2023-08-01 + - Upgrade to DataFusion 28 and Arrow 43 () - Implement `CREATE OR REPLACE FUNCTION` statement path () @@ -187,7 +189,8 @@ -[unreleased]: https://github.com/splitgraph/seafowl/compare/v0.5.0...HEAD +[unreleased]: https://github.com/splitgraph/seafowl/compare/v0.5.1...HEAD +[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 [0.4.2]: https://github.com/splitgraph/seafowl/compare/v0.4.1...v0.4.2 diff --git a/Cargo.lock b/Cargo.lock index 3158221f..5afa5355 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4987,7 +4987,7 @@ dependencies = [ [[package]] name = "seafowl" -version = "0.5.0" +version = "0.5.1" dependencies = [ "anyhow", "arrow", @@ -5012,7 +5012,7 @@ dependencies = [ "dynamodb_lock", "futures", "hex", - "itertools 0.11.0", + "itertools 0.10.5", "lazy_static", "log", "mockall", @@ -5036,8 +5036,8 @@ dependencies = [ "sha2 0.10.7", "sqlparser", "sqlx", - "strum 0.25.0", - "strum_macros 0.25.1", + "strum 0.24.1", + "strum_macros 0.24.3", "tempfile", "tokio", "url", diff --git a/Cargo.toml b/Cargo.toml index 01af2cba..8f213030 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "seafowl" build = "build.rs" -version = "0.5.0" +version = "0.5.1" edition = "2021" readme = "README.md"