From 2d93f3d4004e8fd33965a6e8aaf1d00136ecd196 Mon Sep 17 00:00:00 2001 From: Artjoms Iskovs Date: Tue, 25 Oct 2022 17:21:19 +0100 Subject: [PATCH] (cargo-release) version 0.2.4 --- 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 465ad4b7..4a7ef8b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ## [Unreleased] - ReleaseDate +## [0.2.4] - 2022-10-25 + - Add `system.table_versions` table for inspecting table history () - Add SQLite `catalog.read_only` option for compatibility with LiteFS replicas @@ -46,7 +48,8 @@ -[unreleased]: https://github.com/splitgraph/seafowl/compare/v0.2.3...HEAD +[unreleased]: https://github.com/splitgraph/seafowl/compare/v0.2.4...HEAD +[0.2.4]: https://github.com/splitgraph/seafowl/compare/v0.2.3...v0.2.4 [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 diff --git a/Cargo.lock b/Cargo.lock index c7ace145..71b72253 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3312,7 +3312,7 @@ dependencies = [ [[package]] name = "seafowl" -version = "0.2.3" +version = "0.2.4" dependencies = [ "anyhow", "arrow", diff --git a/Cargo.toml b/Cargo.toml index be37d0f2..db6b84c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "seafowl" build = "build.rs" -version = "0.2.3" +version = "0.2.4" edition = "2021" readme = "README.md"