From 7413b9daf3046782efbca9db2ee47134064ccef8 Mon Sep 17 00:00:00 2001 From: Artjoms Iskovs Date: Fri, 21 Oct 2022 12:54:02 +0100 Subject: [PATCH] (cargo-release) version 0.2.3 --- CHANGELOG.md | 5 ++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d86794bc..a56f2acc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ## [Unreleased] - ReleaseDate +## [0.2.3] - 2022-10-21 + - Add support for time travel queries (`SELECT * FROM table('2022-01-01T00:00:00')`) () - Allow overriding SQLite journal mode () @@ -39,7 +41,8 @@ -[unreleased]: https://github.com/splitgraph/seafowl/compare/v0.2.2...HEAD +[unreleased]: https://github.com/splitgraph/seafowl/compare/v0.2.3...HEAD +[0.2.3]: https://github.com/splitgraph/seafowl/compare/v0.2.2...v0.2.3 [0.2.2]: https://github.com/splitgraph/seafowl/compare/v0.2.1...v0.2.2 [0.2.1]: https://github.com/splitgraph/seafowl/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/splitgraph/seafowl/compare/v0.1.1...v0.2.0 diff --git a/Cargo.lock b/Cargo.lock index 45b8f479..c7ace145 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3312,7 +3312,7 @@ dependencies = [ [[package]] name = "seafowl" -version = "0.2.2" +version = "0.2.3" dependencies = [ "anyhow", "arrow", diff --git a/Cargo.toml b/Cargo.toml index ddfec2c3..be37d0f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "seafowl" build = "build.rs" -version = "0.2.2" +version = "0.2.3" edition = "2021" readme = "README.md"