From 10f17ecff1d45b59aa3ce93611b4ac203fe5bdb8 Mon Sep 17 00:00:00 2001 From: Taehoon Moon Date: Tue, 22 Oct 2024 20:26:11 +0900 Subject: [PATCH] Bump version to v0.3.2 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9a8d0f7..7d208a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,13 +5,13 @@ default-members = ["tui", "core"] [workspace.package] authors = ["Taehoon Moon "] -version = "0.3.1" +version = "0.3.2" edition = "2021" license = "Apache-2.0" repository = "https://github.com/gluesql/glues" [workspace.dependencies] -glues-core = { path = "./core", version = "0.3.1" } +glues-core = { path = "./core", version = "0.3.2" } [workspace.dependencies.gluesql] version = "0.16.2"